1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-441

Update reference to renamed Buffer-menu-buffer face

2005-06-22  Miles Bader  <miles@gnu.org>

   * lisp/bindings.el (propertized-buffer-identification): Use renamed
   `Buffer-menu-buffer' face.
This commit is contained in:
Miles Bader 2005-06-22 09:52:07 +00:00
parent 98c751fe30
commit 5715f853a0
2 changed files with 4 additions and 1 deletions

View file

@ -471,7 +471,7 @@ Menu of mode operations in the mode line.")
FMT is a format specifier such as \"%12b\". This function adds
text properties for face, help-echo, and local-map to it."
(list (propertize fmt
'face 'Buffer-menu-buffer-face
'face 'Buffer-menu-buffer
'help-echo
(purecopy "mouse-1: previous buffer, mouse-3: next buffer")
'mouse-face 'mode-line-highlight