changeset 17859:27d5828e6c50

(Info-set-mode-line): Add some spaces at the beginning.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 May 1997 18:39:23 +0000
parents 72e538330a11
children 99adb4d59379
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/info.el	Sat May 17 18:38:17 1997 +0000
+++ b/lisp/info.el	Sat May 17 18:39:23 1997 +0000
@@ -661,7 +661,7 @@
 (defun Info-set-mode-line ()
   (setq mode-line-buffer-identification
 	(concat
-	 "Info:  ("
+	 "  Info:  ("
 	 (if Info-current-file
 	     (file-name-nondirectory Info-current-file)
 	   "")