Commit 0c281a9
committed
fix(emacs): fix tests on Emacs 27
use-package broke on Emacs 27 [1], breaking our Emacs plugin test script:
```
INFO Scraping files for track-changes-autoloads.el...
track-changes-pkg.el:0:0: error: void-function: (lisp-data-mode)
```
Apply a workaround to keep our CI (which uses Emacs 27) green.
[1] jwiegley/use-package#10831 parent 8836f07 commit 0c281a9
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
8 | 16 | | |
9 | 17 | | |
10 | 18 | | |
| |||
0 commit comments