changeset 102450:f9bc8b29986c

(finder-commentary): Don't delete other windows (Bug#2291).
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 08 Mar 2009 19:54:32 +0000
parents 35a5c005ad00
children d05149e3855d
files lisp/finder.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/finder.el	Sun Mar 08 19:54:22 2009 +0000
+++ b/lisp/finder.el	Sun Mar 08 19:54:32 2009 +0000
@@ -286,7 +286,6 @@
     (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)