From: Eli Zaretskii Date: Sat, 4 May 2024 06:34:18 +0000 (+0300) Subject: ; * etc/NEWS: Fix a recently-added entry. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c7a540773ce2e157b79bd5f05fbccbeba7a2ab7;p=emacs.git ; * etc/NEWS: Fix a recently-added entry. (cherry picked from commit c74c65f5e1b2b2372910b3ebc41632b730ea46e9) --- diff --git a/etc/NEWS b/etc/NEWS index 010e80fb93b..cf1aee0b470 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2576,7 +2576,8 @@ Its warning name is 'docstrings-wide'. Emacs now emits a run-time warning if an Elisp source file being loaded lacks the '-*- lexical-binding: ... -*-' cookie on the first line. See the lexical-binding compiler warning described above for how to make -the warning go away. +the warning go away. User init file (whose name is the value of +'user-init-file') is exempt from this warning. --- ** New user option 'native-comp-async-warnings-errors-kind'.