aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias EngdegÄrd2020-10-17 18:33:04 +0200
committerMattias EngdegÄrd2020-10-17 18:33:57 +0200
commite569efb15f3a642376c5d45afb449a302d99da47 (patch)
tree2f0c53980b7db17da60848706bc32b8492a80c58
parent00c4d982e8033379912ddc28772a2e30a4031503 (diff)
downloademacs-e569efb15f3a642376c5d45afb449a302d99da47.tar.gz
emacs-e569efb15f3a642376c5d45afb449a302d99da47.zip
* etc/NEWS: Mention new lexical binding conversion aid.
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 218c03ab3d4..bae4cb3963e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1721,6 +1721,13 @@ personalize the uniquified buffer name.
1721+++ 1721+++
1722** 'inhibit-nul-byte-detection' is renamed to 'inhibit-null-byte-detection'. 1722** 'inhibit-nul-byte-detection' is renamed to 'inhibit-null-byte-detection'.
1723 1723
1724+++
1725** New byte-compiler check for missing dynamic variable declarations.
1726It is meant as an (experimental) aid for converting Emacs Lisp code
1727to lexical binding, where dynamic (special) variables bound in one
1728file can affect code in another. For details, see the manual section
1729'(Elisp) Converting to Lexical Binding'.
1730
1724 1731
1725* Changes in Emacs 28.1 on Non-Free Operating Systems 1732* Changes in Emacs 28.1 on Non-Free Operating Systems
1726 1733