aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/info.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1997-12-05 08:04:59 +0000
committerKarl Heuer <[email protected]>1997-12-05 08:04:59 +0000
commit2d41cf599303b0f509600c6b714e7d0d56a5dd65 (patch)
treefc18de6103ee41dd3a8165cd088253b1354402c8 /lisp/info.el
parent87002f70a3ac026295ea0eb4289353cbe62d1341 (diff)
(Info-insert-dir): Use leading space in buffer name.
Diffstat (limited to 'lisp/info.el')
-rw-r--r--lisp/info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el
index aed3e425ba..edf50f865a 100644
--- a/lisp/info.el
+++ b/lisp/info.el
@@ -531,7 +531,7 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself."
(save-excursion
(or buffers
(message "Composing main Info directory..."))
- (set-buffer (generate-new-buffer "info dir"))
+ (set-buffer (generate-new-buffer " info dir"))
(insert-file-contents file)
(setq buffers (cons (current-buffer) buffers)
Info-dir-file-attributes