diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-01-28 14:42:21 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-01-28 14:42:21 -0500 |
commit | 991c8946b6e9c87403dc2691100566cb98577de1 (patch) | |
tree | 9f354a1b985021300b731427166c4ca0899e5046 /admin/notes | |
parent | c8c4d65d6510724acd40527a9af67e21e3cf4d5e (diff) | |
download | emacs-991c8946b6e9c87403dc2691100566cb98577de1.tar.gz |
Use lexical-binding in all of `lisp/emacs-lisp`
* lisp/emacs-lisp/bindat.el: Use lexical-binding.
(bindat--unpack-group, bindat--length-group, bindat--pack-group):
Declare `last` and `tag` as dyn-scoped.
(bindat-unpack, bindat-pack): Bind `bindat-raw` and `bindat-idx` via
`let` rather than via the formal arglist.
* lisp/emacs-lisp/package-x.el:
* lisp/emacs-lisp/generic.el:
* lisp/emacs-lisp/eieio-opt.el:
* lisp/emacs-lisp/derived.el:
* lisp/emacs-lisp/crm.el: Use lexical-binding.
* lisp/emacs-lisp/helper.el: Use lexical-binding.
(Helper-help-map): Move initialization into declaration.
* lisp/emacs-lisp/regi.el: Use lexical-binding.
(regi-interpret): Remove unused var `tstart`.
Declare `curframe`, `curentry` and `curline` as dyn-scoped.
* lisp/emacs-lisp/shadow.el: Use lexical-binding.
(load-path-shadows-find): Remove unused var `file`.
Tighten a regexp, use `push`.
* lisp/emacs-lisp/tcover-ses.el: Use lexical-binding. Require `ses`.
Remove correspondingly redundant declarations.
(ses--curcell-overlay): Declare.
(ses-exercise): Use `dlet` and use a properly-prefixed var name.
Fix name of `curcell-overlay` variable.
* lisp/emacs-lisp/unsafep.el: Use lexical-binding.
(unsafep): Bind `unsafep-vars` via `let` rather than via the formal arglist.
Diffstat (limited to 'admin/notes')
-rw-r--r-- | admin/notes/unicode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/notes/unicode b/admin/notes/unicode index d69d5418e26..bcede9c6ed1 100644 --- a/admin/notes/unicode +++ b/admin/notes/unicode @@ -267,6 +267,7 @@ nontrivial changes to the build process. lisp/language/tibetan.el lisp/leim/quail/ethiopic.el lisp/leim/quail/tibetan.el + lisp/international/titdic-cnv.el * binary files |