From: Mattias EngdegÄrd Date: Sat, 17 Oct 2020 16:33:04 +0000 (+0200) Subject: * etc/NEWS: Mention new lexical binding conversion aid. X-Git-Tag: emacs-28.0.90~5575 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e569efb15f3a642376c5d45afb449a302d99da47;p=emacs.git * etc/NEWS: Mention new lexical binding conversion aid. --- 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. +++ ** '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