changeset 72237:87f4c35f81c0

(mode-line-format): Adjust spacing around vc-mode.
author Richard M. Stallman <rms@gnu.org>
date Wed, 02 Aug 2006 01:57:45 +0000
parents 933b9c047ad0
children 0013ce620e90
files lisp/bindings.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bindings.el	Wed Aug 02 01:43:29 2006 +0000
+++ b/lisp/bindings.el	Wed Aug 02 01:57:45 2006 +0000
@@ -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))