Mercurial > emacs
changeset 67109:255a7e893f05
(Info-speedbar-fetch-file-nodes): Prefix temporary buffer name with a
space.
author | Romain Francoise <romain@orebokech.com> |
---|---|
date | Thu, 24 Nov 2005 16:10:00 +0000 |
parents | 4c59d238ac9f |
children | 682814e87b5a |
files | lisp/ChangeLog lisp/info.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Nov 24 14:48:48 2005 +0000 +++ b/lisp/ChangeLog Thu Nov 24 16:10:00 2005 +0000 @@ -1,3 +1,8 @@ +2005-11-24 Romain Francoise <romain@orebokech.com> + + * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary + buffer name with a space. + 2005-11-24 Carsten Dominik <dominik@science.uva.nl> * textmodes/org.el: (org-export-plain-list-max-depth): Renamed
--- a/lisp/info.el Thu Nov 24 14:48:48 2005 +0000 +++ b/lisp/info.el Thu Nov 24 16:10:00 2005 +0000 @@ -4132,7 +4132,7 @@ 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