emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mouse.el,v [EMACS_22_BASE]


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el,v [EMACS_22_BASE]
Date: Thu, 06 Dec 2007 17:58:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Jason Rumney <jasonr>   07/12/06 17:58:08

Index: mouse.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mouse.el,v
retrieving revision 1.315.2.3
retrieving revision 1.315.2.4
diff -u -b -r1.315.2.3 -r1.315.2.4
--- mouse.el    25 Jul 2007 04:47:12 -0000      1.315.2.3
+++ mouse.el    6 Dec 2007 17:58:08 -0000       1.315.2.4
@@ -1914,7 +1914,7 @@
                  (cons
                   (cons
                    (format
-                    (format "%%%ds  %%s%%s  %%s" maxlen)
+                    (format "%%-%ds  %%s%%s  %%s" maxlen)
                     (buffer-name elt)
                     (if (buffer-modified-p elt) "*" " ")
                     (save-excursion




reply via email to

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