summaryrefslogtreecommitdiff
path: root/lisp/finder.el
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
commit5ec9c7a4085e0c485bb00a35a65aa358e40faab7 (patch)
treee5a67a76d319c982698237b2c29ca09bfcf2a872 /lisp/finder.el
parent7aad1c6236051ea6953cb90a1cf029fd8827b10c (diff)
downloademacs-5ec9c7a4085e0c485bb00a35a65aa358e40faab7.tar.gz
(finder-commentary): Don't delete other windows (Bug#2291).
Diffstat (limited to 'lisp/finder.el')
-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)