aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Mackenzie2015-11-23 14:59:49 +0000
committerAlan Mackenzie2015-11-23 14:59:49 +0000
commit2365e1eb93d4881954a19c96ea29902c1c9a67ad (patch)
tree29411abc49689e00ede94d9b03d90572f6608b4b
parent5454708346433d08a41f77a12d416614dd113721 (diff)
downloademacs-2365e1eb93d4881954a19c96ea29902c1c9a67ad.tar.gz
emacs-2365e1eb93d4881954a19c96ea29902c1c9a67ad.zip
* etc/NEWS (Incompatible Lisp Changes): Document new restriction on `setq'.
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0470d7a2997..368ce03b138 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -987,6 +987,11 @@ support for JSX, an XML-like syntax extension to ECMAScript.
987 987
988* Incompatible Lisp Changes in Emacs 25.1 988* Incompatible Lisp Changes in Emacs 25.1
989 989
990---
991** `setq' must now be called with an even number of arguments. The
992earlier behavior of silently supplying a nil to the last variable when
993there was an odd number of arguments has been eliminated.
994
990** `syntax-begin-function' is declared obsolete. 995** `syntax-begin-function' is declared obsolete.
991Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN 996Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN
992slot in font-lock-defaults. 997slot in font-lock-defaults.