diff options
| -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. | |||
| 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 | ||
| 992 | earlier behavior of silently supplying a nil to the last variable when | ||
| 993 | there was an odd number of arguments has been eliminated. | ||
| 994 | |||
| 990 | ** `syntax-begin-function' is declared obsolete. | 995 | ** `syntax-begin-function' is declared obsolete. |
| 991 | Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN | 996 | Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN |
| 992 | slot in font-lock-defaults. | 997 | slot in font-lock-defaults. |