]> git.eshelyaron.com Git - emacs.git/commitdiff
(Info-speedbar-fetch-file-nodes): Prefix temporary buffer name with a
authorRomain Francoise <romain@orebokech.com>
Thu, 24 Nov 2005 16:10:00 +0000 (16:10 +0000)
committerRomain Francoise <romain@orebokech.com>
Thu, 24 Nov 2005 16:10:00 +0000 (16:10 +0000)
space.

lisp/ChangeLog
lisp/info.el

index 7c5f98f063ae479f56e1ee0242606cdbe0aef6eb..cc95b8601c4e80c43ded995fcb32f4cfd86d33b8 100644 (file)
@@ -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
index 48e933711cf6f8603643609dcc1ab249f1fcb4c0..d5296364254631fb3cb191c9c485ac54209f4c99 100644 (file)
@@ -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