]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-echo): If global-mode-string is non-nil,
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Jul 2002 21:17:06 +0000 (21:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Jul 2002 21:17:06 +0000 (21:17 +0000)
display some spaces after it.

lisp/bindings.el

index 00fbfb59e1ff22fb80a901b04f0c0283a0a1f262..413e18d9b7593eea4047a335e6ee0cf50ec826b5 100644 (file)
@@ -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)