mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
* /etc/NEWS (Incompatible Lisp Changes): Also `setf' needs an even # of args.
This commit is contained in:
parent
b6bc4ab20c
commit
b28107b665
1 changed files with 4 additions and 3 deletions
7
etc/NEWS
7
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue