]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS (Incompatible Lisp Changes): Document new restriction on `setq'.
authorAlan Mackenzie <acm@muc.de>
Mon, 23 Nov 2015 14:59:49 +0000 (14:59 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 23 Nov 2015 14:59:49 +0000 (14:59 +0000)
etc/NEWS

index 0470d7a299743e8a75d87f3ec396f7023b4a8074..368ce03b1383dcc078b247a02eefa1f97e3dd1ea 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -987,6 +987,11 @@ support for JSX, an XML-like syntax extension to ECMAScript.
 \f
 * Incompatible Lisp Changes in Emacs 25.1
 
+---
+** `setq' must now be called with an even number of arguments.  The
+earlier behavior of silently supplying a nil to the last variable when
+there was an odd number of arguments has been eliminated.
+
 ** `syntax-begin-function' is declared obsolete.
 Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN
 slot in font-lock-defaults.