Commit beb72d5
committed
Fix ghostel-test-package-version failure with stale .elc
locate-library prefers .elc over .el, so after a byte-compile
(e.g. from make lint), the test reads bytecode instead of source
and lm-header can't find the Version header. Use
(locate-library "ghostel.el" t) to explicitly find the source file.
Also update test to use renamed ghostel--suppress-interfering-modes.1 parent 067af25 commit beb72d5
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
447 | 447 | | |
448 | 448 | | |
449 | 449 | | |
450 | | - | |
| 450 | + | |
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1136 | 1136 | | |
1137 | 1137 | | |
1138 | 1138 | | |
1139 | | - | |
| 1139 | + | |
1140 | 1140 | | |
1141 | 1141 | | |
1142 | 1142 | | |
| |||
0 commit comments