diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-07-29 21:17:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-07-29 21:17:06 +0000 |
commit | 2161a22c0b5df53fc38946e6d185433934249d33 (patch) | |
tree | 7127d21da89fd62bdded698b14260fc4cf83d45a /lisp/bindings.el | |
parent | c89ed6ef9d936df183618cd34f75f26e65f32d5a (diff) | |
download | emacs-2161a22c0b5df53fc38946e6d185433934249d33.tar.gz |
(help-echo): If global-mode-string is non-nil,
display some spaces after it.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r-- | lisp/bindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el index 00fbfb59e1f..413e18d9b75 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -249,6 +249,7 @@ Keymap to display on major and minor modes.") 'mode-line-buffer-identification (propertize " " 'help-echo help-echo) 'global-mode-string + `(global-mode-string ,(propertize " " 'help-echo help-echo)) 'mode-line-position '(vc-mode vc-mode) (propertize " " 'help-echo help-echo) |