emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp ChangeLog bindings.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs/lisp ChangeLog bindings.el
Date: Fri, 23 Oct 2009 07:29:24 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   09/10/23 07:29:24

Modified files:
        lisp           : ChangeLog bindings.el 

Log message:
        * bindings.el (propertized-buffer-identification): Undo previous change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16482&r2=1.16483
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/bindings.el?cvsroot=emacs&r1=1.228&r2=1.229

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16482
retrieving revision 1.16483
diff -u -b -r1.16482 -r1.16483
--- ChangeLog   23 Oct 2009 05:15:26 -0000      1.16482
+++ ChangeLog   23 Oct 2009 07:29:21 -0000      1.16483
@@ -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  <address@hidden>
 
        * calc/calc.el (math-read-number, math-read-number-simple): Use

Index: bindings.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/bindings.el,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -b -r1.228 -r1.229
--- bindings.el 23 Oct 2009 05:15:29 -0000      1.228
+++ bindings.el 23 Oct 2009 07:29:24 -0000      1.229
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]