emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e569efb: * etc/NEWS: Mention new lexical binding conversion aid.


From: Mattias Engdegård
Subject: master e569efb: * etc/NEWS: Mention new lexical binding conversion aid.
Date: Sat, 17 Oct 2020 12:34:12 -0400 (EDT)

branch: master
commit e569efb15f3a642376c5d45afb449a302d99da47
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    * etc/NEWS: Mention new lexical binding conversion aid.
---
 etc/NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 218c03a..bae4cb3 100644
--- 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'.
+
 
 * Changes in Emacs 28.1 on Non-Free Operating Systems
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]