Commit c96d13f
committed
emacs: add
Emacs30 now complains if lexical binding isn't specified (t for modern
dialects, nil for older ones[^1]) in compiled .el files. This patch
prevents the warnings for `site-start.el` and `subdirs.el`.
[^1]: https://www.gnu.org/software/emacs/manual/html_node/elisp/Selecting-Lisp-Dialect.htmllexical-binding: t to files, generated by emacs.pkgs.withPackages1 parent 59acba6 commit c96d13f
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
178 | 182 | | |
179 | 183 | | |
180 | 184 | | |
181 | 185 | | |
182 | | - | |
| 186 | + | |
183 | 187 | | |
184 | 188 | | |
185 | 189 | | |
| |||
0 commit comments