summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-03-08 19:54:32 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-03-08 19:54:32 +0000
commit9a189f90aa2a6ff026cd53009fbf91dad2e622a6 (patch)
tree2a5e6b9e5d04f6c23d2d3df3823aa21702c352df
parent70c09e919cd9ac2abb5d2aa128bcc36455dbb4a9 (diff)
downloademacs-9a189f90aa2a6ff026cd53009fbf91dad2e622a6.tar.gz
(finder-commentary): Don't delete other windows (Bug#2291).
-rw-r--r--lisp/finder.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/finder.el b/lisp/finder.el
index dd85d09d6da..cb9b0eea6ae 100644
--- a/lisp/finder.el
+++ b/lisp/finder.el
@@ -286,7 +286,6 @@ FILE should be in a form suitable for passing to `locate-library'."
(or str (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
buffer-undo-list t)