emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs-25 b28107b: * /etc/NEWS (Incompatible Lisp Changes): Also `setf' needs an even # of args.
Date: Mon, 23 Nov 2015 17:19:47 +0000

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

    * /etc/NEWS (Incompatible Lisp Changes): Also `setf' needs an even # of 
args.
---
 etc/NEWS |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 368ce03..a7dc7a3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -988,9 +988,10 @@ 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.
+** `setq' and `setf' 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



reply via email to

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