From: Richard M. Stallman Date: Mon, 29 Jul 2002 21:17:06 +0000 (+0000) Subject: (help-echo): If global-mode-string is non-nil, X-Git-Tag: ttn-vms-21-2-B4~13817 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2161a22c0b5df53fc38946e6d185433934249d33;p=emacs.git (help-echo): If global-mode-string is non-nil, display some spaces after it. --- 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)