# HG changeset patch # User Romain Francoise # Date 1132848600 0 # Node ID 255a7e893f056907e749847ab2d406c5d1b85091 # Parent 4c59d238ac9fdcfd7bd748cf5ae6b4a9c9b5378a (Info-speedbar-fetch-file-nodes): Prefix temporary buffer name with a space. diff -r 4c59d238ac9f -r 255a7e893f05 lisp/ChangeLog --- 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 + + * 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 -r 4c59d238ac9f -r 255a7e893f05 lisp/info.el --- 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