+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
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