From: Glenn Morris Date: Sun, 10 Feb 2008 02:06:57 +0000 (+0000) Subject: `mode-name' is no longer guaranteed to be a string. X-Git-Tag: emacs-pretest-23.0.90~8052 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69df9d6df4db590146dfdedff0670373eb95c286;p=emacs.git `mode-name' is no longer guaranteed to be a string. --- 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 `byte-compile-warning-enabled-p', `byte-compile-disable-warning', and `byte-compile-enable-warning.' +** `mode-name' is no longer guaranteed to be a string. +Use `(format-mode-line mode-name)' to ensure a string value. + * Lisp Changes in Emacs 23.1