aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 368ce03b138..a7dc7a327d8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
992earlier behavior of silently supplying a nil to the last variable when 992arguments. The earlier behavior of silently supplying a nil to the
993there was an odd number of arguments has been eliminated. 993last variable when there was an odd number of arguments has been
994eliminated.
994 995
995** `syntax-begin-function' is declared obsolete. 996** `syntax-begin-function' is declared obsolete.
996Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN 997Removed font-lock-beginning-of-syntax-function and the SYNTAX-BEGIN