aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-29 21:17:06 +0000
committerRichard M. Stallman2002-07-29 21:17:06 +0000
commit2161a22c0b5df53fc38946e6d185433934249d33 (patch)
tree7127d21da89fd62bdded698b14260fc4cf83d45a
parentc89ed6ef9d936df183618cd34f75f26e65f32d5a (diff)
downloademacs-2161a22c0b5df53fc38946e6d185433934249d33.tar.gz
emacs-2161a22c0b5df53fc38946e6d185433934249d33.zip
(help-echo): If global-mode-string is non-nil,
display some spaces after it.
-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.")
249 'mode-line-buffer-identification 249 'mode-line-buffer-identification
250 (propertize " " 'help-echo help-echo) 250 (propertize " " 'help-echo help-echo)
251 'global-mode-string 251 'global-mode-string
252 `(global-mode-string ,(propertize " " 'help-echo help-echo))
252 'mode-line-position 253 'mode-line-position
253 '(vc-mode vc-mode) 254 '(vc-mode vc-mode)
254 (propertize " " 'help-echo help-echo) 255 (propertize " " 'help-echo help-echo)