aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie2015-11-23 17:20:12 +0000
committerAlan Mackenzie2015-11-23 17:20:12 +0000
commitb28107b6655f31576bb389b647e95b113ebc8658 (patch)
tree4410a3d07481942e724200fa6d7be853afa75a0f
parentb6bc4ab20cb62edc4ab6dac00918f81781ba1925 (diff)
downloademacs-b28107b6655f31576bb389b647e95b113ebc8658.tar.gz
emacs-b28107b6655f31576bb389b647e95b113ebc8658.zip
* /etc/NEWS (Incompatible Lisp Changes): Also `setf' needs an even # of args.
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 368ce03b138..a7dc7a327d8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -988,9 +988,10 @@ support for JSX, an XML-like syntax extension to ECMAScript.
988* Incompatible Lisp Changes in Emacs 25.1 988* Incompatible Lisp Changes in Emacs 25.1
989 989
990--- 990---
991** `setq' must now be called with an even number of arguments. The 991** `setq' and `setf' must now be called with an even number of
992earlier behavior of silently supplying a nil to the last variable when 992arguments. The earlier behavior of silently supplying a nil to the
993there was an odd number of arguments has been eliminated. 993last variable when there was an odd number of arguments has been
994eliminated.
994 995
995** `syntax-begin-function' is declared obsolete. 996** `syntax-begin-function' is declared obsolete.
996Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN 997Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN