diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-08-02 01:57:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-08-02 01:57:45 +0000 |
commit | 9593ae179d0a86cf7ad46b641b439f0f4d979983 (patch) | |
tree | 1631f59df54d25f6e91641fb6bbee9a17f1a501a /lisp/bindings.el | |
parent | 4c78c45016a717daf772df3860b319323c518f24 (diff) | |
download | emacs-9593ae179d0a86cf7ad46b641b439f0f4d979983.tar.gz |
(mode-line-format): Adjust spacing around vc-mode.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |