From: Richard M. Stallman Date: Wed, 2 Aug 2006 01:57:45 +0000 (+0000) Subject: (mode-line-format): Adjust spacing around vc-mode. X-Git-Tag: emacs-pretest-22.0.90~1141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9593ae179d0a86cf7ad46b641b439f0f4d979983;p=emacs.git (mode-line-format): Adjust spacing around vc-mode. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 8a96387f2a1..caaddc67e86 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -291,7 +291,8 @@ Keymap to display on minor modes.") '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))