aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-15 11:27:32 +0000
committerEli Zaretskii2008-10-15 11:27:32 +0000
commit9cf52b11bbeec82a0ede9fb89fce1033b275e467 (patch)
tree5a8eb0559044f8ed4caa88197dc75f758ab9ce4f /etc
parent61ab9392dedf37bd379f3bdd586e4f12a2965218 (diff)
downloademacs-9cf52b11bbeec82a0ede9fb89fce1033b275e467.tar.gz
emacs-9cf52b11bbeec82a0ede9fb89fce1033b275e467.zip
(Major Mode Conventions, Mode Line Variables): `mode-name' need not be a
string. xref to "Mode Line Data" for details, and to "Emulating Mode Line" for computing a string value.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0dde6961b9c..20ea28eaf20 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1068,6 +1068,7 @@ checking/manipulating elements directly, use the new functions
1068`byte-compile-warning-enabled-p', `byte-compile-disable-warning', and 1068`byte-compile-warning-enabled-p', `byte-compile-disable-warning', and
1069`byte-compile-enable-warning.' 1069`byte-compile-enable-warning.'
1070 1070
1071+++
1071** `mode-name' is no longer guaranteed to be a string. 1072** `mode-name' is no longer guaranteed to be a string.
1072Use `(format-mode-line mode-name)' to ensure a string value. 1073Use `(format-mode-line mode-name)' to ensure a string value.
1073 1074