diff options
author | Alan Mackenzie <acm@muc.de> | 2015-11-23 14:59:49 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2015-11-23 14:59:49 +0000 |
commit | 2365e1eb93d4881954a19c96ea29902c1c9a67ad (patch) | |
tree | 29411abc49689e00ede94d9b03d90572f6608b4b | |
parent | 5454708346433d08a41f77a12d416614dd113721 (diff) | |
download | emacs-2365e1eb93d4881954a19c96ea29902c1c9a67ad.tar.gz |
* etc/NEWS (Incompatible Lisp Changes): Document new restriction on `setq'.
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |