summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-07-29 21:17:06 +0000
committerRichard M. Stallman <rms@gnu.org>2002-07-29 21:17:06 +0000
commit2161a22c0b5df53fc38946e6d185433934249d33 (patch)
tree7127d21da89fd62bdded698b14260fc4cf83d45a /lisp/bindings.el
parentc89ed6ef9d936df183618cd34f75f26e65f32d5a (diff)
downloademacs-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.el1
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)