diff options
| author | Alan Mackenzie | 2015-11-23 17:20:12 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2015-11-23 17:20:12 +0000 |
| commit | b28107b6655f31576bb389b647e95b113ebc8658 (patch) | |
| tree | 4410a3d07481942e724200fa6d7be853afa75a0f | |
| parent | b6bc4ab20cb62edc4ab6dac00918f81781ba1925 (diff) | |
| download | emacs-b28107b6655f31576bb389b647e95b113ebc8658.tar.gz emacs-b28107b6655f31576bb389b647e95b113ebc8658.zip | |
* /etc/NEWS (Incompatible Lisp Changes): Also `setf' needs an even # of args.
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
| @@ -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 |
| 992 | earlier behavior of silently supplying a nil to the last variable when | 992 | arguments. The earlier behavior of silently supplying a nil to the |
| 993 | there was an odd number of arguments has been eliminated. | 993 | last variable when there was an odd number of arguments has been |
| 994 | eliminated. | ||
| 994 | 995 | ||
| 995 | ** `syntax-begin-function' is declared obsolete. | 996 | ** `syntax-begin-function' is declared obsolete. |
| 996 | Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN | 997 | Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN |