]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Mention that \x without hex digits is an error.
authorMattias Engdegård <mattiase@acm.org>
Fri, 24 Mar 2023 15:03:41 +0000 (16:03 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 24 Mar 2023 15:31:14 +0000 (16:31 +0100)
etc/NEWS

index ffce2baf2d0db66279117c267233169adcb3712d..2a87bf0840674f173a8218a85bb655c570163f0a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -278,6 +278,12 @@ their customization options.
 \f
 * Incompatible Lisp Changes in Emacs 30.1
 
+---
+** The escape sequence \x not followed by hex digits is now an error.
+Previously, \x without at least one hex digit denoted character code
+zero (NUL) but as this was neither intended nor documented or even
+known by anyone, it is now treated as an error by the Lisp reader.
+
 ** User option 'tramp-completion-reread-directory-timeout' has been removed.
 This user option has been obsoleted in Emacs 27, use
 'remote-file-name-inhibit-cache' instead.