diff options
| -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." | |||
| 940 | 940 | ||
| 941 | (defun Info-set-mode-line () | 941 | (defun Info-set-mode-line () |
| 942 | (setq mode-line-buffer-identification | 942 | (setq mode-line-buffer-identification |
| 943 | (nconc (propertized-buffer-identification " %b") | 943 | (nconc (propertized-buffer-identification "%b") |
| 944 | (list | 944 | (list |
| 945 | (concat " (" | 945 | (concat " (" |
| 946 | (file-name-nondirectory | 946 | (file-name-nondirectory |