(finder-commentary): Use buffer *Finder-package*.

This commit is contained in:
Richard M. Stallman 2002-11-18 04:56:45 +00:00
parent 4cd9f28262
commit 63fe0a9878

View 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)