From e569efb15f3a642376c5d45afb449a302d99da47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Sat, 17 Oct 2020 18:33:04 +0200 Subject: [PATCH] * 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 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 -- 2.39.2