aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/finder.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-11-18 04:56:45 +0000
committerRichard M. Stallman <[email protected]>2002-11-18 04:56:45 +0000
commit63fe0a9878c648687441fd23fda374cc97cbf01e (patch)
tree2aadeaac8bfe1cf18d286938f5952eab1b6669f3 /lisp/finder.el
parent4cd9f28262057a3c8911b75c114fde0d355f603c (diff)
(finder-commentary): Use buffer *Finder-package*.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r--lisp/finder.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el
index fe3460b216..7aaf99b811 100644
--- a/lisp/finder.el
+++ b/lisp/finder.el
@@ -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)