diff options
| -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 |