changeset 71393:61daeebc775a

(mode-line-format): Save some mode line space.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 Jun 2006 21:49:57 +0000
parents 49d0fb4a69d7
children 4b4feab31516
files lisp/bindings.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bindings.el	Mon Jun 19 21:48:41 2006 +0000
+++ b/lisp/bindings.el	Mon Jun 19 21:49:57 2006 +0000
@@ -299,8 +299,7 @@
      '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))