From 357e60452711089bf14b1397c2df3b6dd61dde81 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Thu, 24 Nov 2005 16:10:00 +0000 Subject: [PATCH] (Info-speedbar-fetch-file-nodes): Prefix temporary buffer name with a space. --- lisp/ChangeLog | 5 +++++ lisp/info.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c5f98f063a..cc95b8601c4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-24 Romain Francoise + + * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary + buffer name with a space. + 2005-11-24 Carsten Dominik * textmodes/org.el: (org-export-plain-list-max-depth): Renamed diff --git a/lisp/info.el b/lisp/info.el index 48e933711cf..d5296364254 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -4132,7 +4132,7 @@ INDENT is the current indentation depth." NODESPEC is a string of the form: (file)node." (save-excursion ;; Set up a buffer we can use to fake-out Info. - (set-buffer (get-buffer-create "*info-browse-tmp*")) + (set-buffer (get-buffer-create " *info-browse-tmp*")) (if (not (equal major-mode 'Info-mode)) (Info-mode)) ;; Get the node into this buffer -- 2.39.5