From a580e88443042c94bbafcd5246fd6fceb2785b15 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 May 1997 18:39:23 +0000 Subject: [PATCH] (Info-set-mode-line): Add some spaces at the beginning. --- lisp/info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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-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) "") -- 2.39.5