summaryrefslogtreecommitdiff
path: root/lisp/finder.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-01-05 13:59:08 +0000
committerRichard M. Stallman <rms@gnu.org>2004-01-05 13:59:08 +0000
commit61e938eb8bc86570c2d86ba23c67300145f85181 (patch)
tree5680f377f8909446056665efb69072672c8d7a11 /lisp/finder.el
parent836078f66a269586b0fb60dec7df7b2538f861cd (diff)
downloademacs-61e938eb8bc86570c2d86ba23c67300145f85181.tar.gz
(finder-commentary): Call delete-other-windows.
Diffstat (limited to 'lisp/finder.el')
-rw-r--r--lisp/finder.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/finder.el b/lisp/finder.el
index 2958f36c3d9..0bd001752fe 100644
--- a/lisp/finder.el
+++ b/lisp/finder.el
@@ -282,6 +282,7 @@ FILE should be in a form suitable for passing to `locate-library'."
(error "Can't find any Commentary section"))
;; This used to use *Finder* but that would clobber the
;; directory of categories.
+ (delete-other-windows)
(pop-to-buffer "*Finder-package*")
(setq buffer-read-only nil)
(erase-buffer)