aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c316b9cfb34..58461005549 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -471,6 +471,9 @@ checking/manipulating elements directly, use the new functions
471`byte-compile-warning-enabled-p', `byte-compile-disable-warning', and 471`byte-compile-warning-enabled-p', `byte-compile-disable-warning', and
472`byte-compile-enable-warning.' 472`byte-compile-enable-warning.'
473 473
474** `mode-name' is no longer guaranteed to be a string.
475Use `(format-mode-line mode-name)' to ensure a string value.
476
474 477
475* Lisp Changes in Emacs 23.1 478* Lisp Changes in Emacs 23.1
476 479