diff options
author | Miles Bader <miles@gnu.org> | 2000-10-16 15:25:21 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2000-10-16 15:25:21 +0000 |
commit | 313fe58a8931a4a5da20fbbb20a8ed83086169a9 (patch) | |
tree | ae8edd4d5f2ee5e64fe56ad8fe68650a440b33eb | |
parent | ac62982394bcb38d3960e2db48acf7df2ae20257 (diff) | |
download | emacs-313fe58a8931a4a5da20fbbb20a8ed83086169a9.tar.gz |
(Info-set-mode-line): Tweak string.
-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 85cb1c778fe..1f3d2ae07fa 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -940,7 +940,7 @@ Bind this in case the user sets it to nil." (defun Info-set-mode-line () (setq mode-line-buffer-identification - (nconc (propertized-buffer-identification " %b") + (nconc (propertized-buffer-identification "%b") (list (concat " (" (file-name-nondirectory |