]> git.eshelyaron.com Git - emacs.git/commitdiff
* bindings.el (propertized-buffer-identification): Undo previous change.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 23 Oct 2009 07:29:21 +0000 (07:29 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 23 Oct 2009 07:29:21 +0000 (07:29 +0000)
lisp/ChangeLog
lisp/bindings.el

index 0adff35c94ba009d9968d3cc88a94af9d8222592..12d6d3a0faad1b1e1cd4920595a1c416bc203e00 100644 (file)
@@ -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  <jay.p.belanger@gmail.com>
 
        * calc/calc.el (math-read-number, math-read-number-simple): Use
index c1b07490c81817ba11b22beb01f27bb02df21bce..4bcd9a740ea07be20166d4bc95e15393b39a52bc 100644 (file)
@@ -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