# HG changeset patch # User Chong Yidong # Date 1236542072 0 # Node ID f9bc8b29986ccf82ff9ec9bd0f00c1678fbef8b2 # Parent 35a5c005ad00a6ca020b5aa4e5b91741a49efc12 (finder-commentary): Don't delete other windows (Bug#2291). diff -r 35a5c005ad00 -r f9bc8b29986c lisp/finder.el --- 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)