diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-17 18:39:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-17 18:39:23 +0000 |
commit | a580e88443042c94bbafcd5246fd6fceb2785b15 (patch) | |
tree | 8fc50eb81549850d096a12f52f7331a86824c542 /lisp/info.el | |
parent | 4f76fb9ac47f2e8b5259da1677922cb4b96e1e4c (diff) | |
download | emacs-a580e88443042c94bbafcd5246fd6fceb2785b15.tar.gz |
(Info-set-mode-line): Add some spaces at the beginning.
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index fb5c7b985a2..d6a42819799 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -661,7 +661,7 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself." (defun Info-set-mode-line () (setq mode-line-buffer-identification (concat - "Info: (" + " Info: (" (if Info-current-file (file-name-nondirectory Info-current-file) "") |