aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-03-08 19:54:32 +0000
committerChong Yidong2009-03-08 19:54:32 +0000
commit5ec9c7a4085e0c485bb00a35a65aa358e40faab7 (patch)
treee5a67a76d319c982698237b2c29ca09bfcf2a872
parent7aad1c6236051ea6953cb90a1cf029fd8827b10c (diff)
downloademacs-5ec9c7a4085e0c485bb00a35a65aa358e40faab7.tar.gz
emacs-5ec9c7a4085e0c485bb00a35a65aa358e40faab7.zip
(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'."
286 (or str (error "Can't find any Commentary section")) 286 (or str (error "Can't find any Commentary section"))
287 ;; This used to use *Finder* but that would clobber the 287 ;; This used to use *Finder* but that would clobber the
288 ;; directory of categories. 288 ;; directory of categories.
289 (delete-other-windows)
290 (pop-to-buffer "*Finder-package*") 289 (pop-to-buffer "*Finder-package*")
291 (setq buffer-read-only nil 290 (setq buffer-read-only nil
292 buffer-undo-list t) 291 buffer-undo-list t)