emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 2365e1e: * etc/NEWS (Incompatible Lisp Changes):


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs-25 2365e1e: * etc/NEWS (Incompatible Lisp Changes): Document new restriction on `setq'.
Date: Mon, 23 Nov 2015 14:59:12 +0000

branch: emacs-25
commit 2365e1eb93d4881954a19c96ea29902c1c9a67ad
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    * etc/NEWS (Incompatible Lisp Changes): Document new restriction on `setq'.
---
 etc/NEWS |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 0470d7a..368ce03 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -987,6 +987,11 @@ support for JSX, an XML-like syntax extension to 
ECMAScript.
 
 * 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]