emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/bindings.el,v
Date: Wed, 02 Aug 2006 01:57:45 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/08/02 01:57:45

Index: bindings.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/bindings.el,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -b -r1.162 -r1.163
--- bindings.el 29 Jul 2006 02:07:22 -0000      1.162
+++ bindings.el 2 Aug 2006 01:57:45 -0000       1.163
@@ -291,7 +291,8 @@
      'mode-line-buffer-identification
      (propertize "   " 'help-echo help-echo)
      'mode-line-position
-     `(vc-mode ("" vc-mode ,(propertize "   " 'help-echo help-echo)))
+     `(vc-mode ("" vc-mode))
+     (propertize "  " 'help-echo help-echo)
      'mode-line-modes
      `(which-func-mode ("" which-func-format ,dashes))
      `(global-mode-string (,dashes global-mode-string))




reply via email to

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