Commit bb33ed3
committed
Enable lexical binding in environment-modules-init.el
Fixes the following unsightly warning in Emacs 31:
```
⛔ Warning (files): Missing ‘lexical-binding’ cookie in "/usr/share/emacs/site-lisp/site-start.d/environment-modules-init.el".
You can add one with ‘M-x elisp-enable-lexical-binding RET’.
See ‘(elisp)Selecting Lisp Dialect’ and ‘(elisp)Converting to Lexical Binding’
for more information.
```
While we’re here, keep `checkdoc` happy.
Signed-off-by: Peter Oliver <git@mavit.org.uk>1 parent 963c542 commit bb33ed3
1 file changed
Lines changed: 9 additions & 2 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | | - | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
7 | 12 | | |
| 13 | + | |
| 14 | + | |
0 commit comments