Mercurial > emacs
diff lisp/ChangeLog @ 82298:0b0e460b400a
(mouse-buffer-menu): Pass mode-name through format-mode-line because it
may be a list, e.g., (sgml-xml-mode "XML" "SGML"), and not a string.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Mon, 06 Aug 2007 17:19:26 +0000 |
parents | 638fa1c98d72 |
children | 108a0fa4a114 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 06 16:02:12 2007 +0000 +++ b/lisp/ChangeLog Mon Aug 06 17:19:26 2007 +0000 @@ -1,3 +1,9 @@ +2007-08-06 Sam Steingold <sds@gnu.org> + + * mouse.el (mouse-buffer-menu): Pass mode-name through + format-mode-line because it may be a list, + e.g., (sgml-xml-mode "XML" "SGML"), and not a string. + 2007-08-06 Vinicius Jose Latorre <viniciusig@ig.com.br> * printing.el (pr-update-menus): Docstring fix.