]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Mention new lexical binding conversion aid.
authorMattias Engdegård <mattiase@acm.org>
Sat, 17 Oct 2020 16:33:04 +0000 (18:33 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 17 Oct 2020 16:33:57 +0000 (18:33 +0200)
etc/NEWS

index 218c03ab3d45bacbdb01973975a555ee9e015e70..bae4cb3963e9d005b5f55e85cc1e460205e046c9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1721,6 +1721,13 @@ personalize the uniquified buffer name.
 +++
 ** 'inhibit-nul-byte-detection' is renamed to 'inhibit-null-byte-detection'.
 
++++
+** New byte-compiler check for missing dynamic variable declarations.
+It is meant as an (experimental) aid for converting Emacs Lisp code
+to lexical binding, where dynamic (special) variables bound in one
+file can affect code in another.  For details, see the manual section
+'(Elisp) Converting to Lexical Binding'.
+
 \f
 * Changes in Emacs 28.1 on Non-Free Operating Systems