(finder-commentary): Use buffer *Finder-package*.
This commit is contained in:
parent
4cd9f28262
commit
63fe0a9878
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue