Commit 1e874b3
committed
Use lexical binding
This package does not appear to depend on dynamic binding. Lexical
binding has been a thing since Emacs 24. "Special" variables (those
defined with defvar and similar) are still dynamic in lexical binding
mode.
In general, lexical binding is either a bit faster or has zero impact,
and should always be turned on. Details:
https://nullprogram.com/blog/2016/12/22/1 parent 2b25d09 commit 1e874b3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments