summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2005-06-22 09:52:07 +0000
committerMiles Bader <miles@gnu.org>2005-06-22 09:52:07 +0000
commit5715f853a06c0520be72f5848e06c5fb17926d35 (patch)
treea868ec57ba235f32f7e12cfe7d94c04cad3d1764 /lisp/bindings.el
parent98c751fe30991d57ee237bf538d810260101da7d (diff)
downloademacs-5715f853a06c0520be72f5848e06c5fb17926d35.tar.gz
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.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index f9ca0f02b3f..d4397edbeae 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -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