From e0fcce78c005ec5164f7165589159d6be52e81a7 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 23 Oct 2009 07:29:21 +0000 Subject: [PATCH] * bindings.el (propertized-buffer-identification): Undo previous change. --- lisp/ChangeLog | 3 --- lisp/bindings.el | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0adff35c94b..12d6d3a0faa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -17,9 +17,6 @@ * replace.el (occur-mode-map): * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips. - * bindings.el (propertized-buffer-identification): Purecopy - tooltip text. - 2009-10-23 Jay Belanger * calc/calc.el (math-read-number, math-read-number-simple): Use diff --git a/lisp/bindings.el b/lisp/bindings.el index c1b07490c81..4bcd9a740ea 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -450,10 +450,10 @@ Keymap for what is displayed by `mode-line-buffer-identification'.") "Return a list suitable for `mode-line-buffer-identification'. 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 + (list (propertize fmt 'face 'mode-line-buffer-id 'help-echo - ,(purecopy "Buffer name\n\ + (purecopy "Buffer name\n\ mouse-1: previous buffer\n\ mouse-3: next buffer") 'mouse-face 'mode-line-highlight -- 2.39.5