]> git.eshelyaron.com Git - emacs.git/commitdiff
(finder-commentary): Use buffer *Finder-package*.
authorRichard M. Stallman <rms@gnu.org>
Mon, 18 Nov 2002 04:56:45 +0000 (04:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 18 Nov 2002 04:56:45 +0000 (04:56 +0000)
lisp/finder.el

index fe3460b2169e0ac44f7955c461d53cac720776d3..7aaf99b811e355a993e90f9414d7c9976d328f4d 100644 (file)
@@ -273,7 +273,9 @@ FILE should be in a form suitable for passing to `locate-library'."
   (let* ((str (lm-commentary (find-library-name file))))
     (if (null str)
        (error "Can't find any Commentary section"))
-    (pop-to-buffer "*Finder*")
+    ;; This used to use *Finder* but that would clobber the
+    ;; directory of categories.
+    (pop-to-buffer "*Finder-package*")
     (setq buffer-read-only nil)
     (erase-buffer)
     (insert str)