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 | 07fefd0b0c8c04fa45c8f23d63a34086f22a745d (patch) | |
tree | 5262439b405c719f5bae18a0ec167f80860247fa /lisp/bindings.el | |
parent | 59afcb8df8fb386a3e3014a36e0a7fb2448b3036 (diff) | |
download | emacs-07fefd0b0c8c04fa45c8f23d63a34086f22a745d.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) |