diff options
| author | Karl Heuer | 1997-12-05 08:04:59 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-12-05 08:04:59 +0000 |
| commit | 2d41cf599303b0f509600c6b714e7d0d56a5dd65 (patch) | |
| tree | fc18de6103ee41dd3a8165cd088253b1354402c8 | |
| parent | 87002f70a3ac026295ea0eb4289353cbe62d1341 (diff) | |
| download | emacs-2d41cf599303b0f509600c6b714e7d0d56a5dd65.tar.gz emacs-2d41cf599303b0f509600c6b714e7d0d56a5dd65.zip | |
(Info-insert-dir): Use leading space in buffer name.
| -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 aed3e425bae..edf50f865a2 100644 --- a/lisp/info.el +++ b/lisp/info.el | |||
| @@ -531,7 +531,7 @@ In standalone mode, \\<Info-mode-map>\\[Info-exit] exits Emacs itself." | |||
| 531 | (save-excursion | 531 | (save-excursion |
| 532 | (or buffers | 532 | (or buffers |
| 533 | (message "Composing main Info directory...")) | 533 | (message "Composing main Info directory...")) |
| 534 | (set-buffer (generate-new-buffer "info dir")) | 534 | (set-buffer (generate-new-buffer " info dir")) |
| 535 | (insert-file-contents file) | 535 | (insert-file-contents file) |
| 536 | (setq buffers (cons (current-buffer) buffers) | 536 | (setq buffers (cons (current-buffer) buffers) |
| 537 | Info-dir-file-attributes | 537 | Info-dir-file-attributes |