diff lisp/bindings.el @ 105716:f54ffcb2681e

* bindings.el (propertized-buffer-identification): Undo previous change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 23 Oct 2009 07:29:21 +0000
parents 6b8dce5c4461
children db5e4a5897ec
line wrap: on
line diff
--- a/lisp/bindings.el	Fri Oct 23 05:15:26 2009 +0000
+++ b/lisp/bindings.el	Fri Oct 23 07:29:21 2009 +0000
@@ -450,10 +450,10 @@
   "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