comparison etc/NEWS @ 98731:8618e924fc36

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Wed, 15 Oct 2008 11:27:32 +0000
parents b325d07ef76d
children 54ba73f04e0b
comparison
equal deleted inserted replaced
98730:7ff14b28125a 98731:8618e924fc36
1066 only an issue if you make use of the new `not' syntax). Rather than 1066 only an issue if you make use of the new `not' syntax). Rather than
1067 checking/manipulating elements directly, use the new functions 1067 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.
1072 Use `(format-mode-line mode-name)' to ensure a string value. 1073 Use `(format-mode-line mode-name)' to ensure a string value.
1073 1074
1074 ** Internationalization changes 1075 ** Internationalization changes
1075 1076