From: Chong Yidong Date: Sun, 8 Mar 2009 19:54:32 +0000 (+0000) Subject: (finder-commentary): Don't delete other windows (Bug#2291). X-Git-Tag: emacs-pretest-23.0.92~303 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ec9c7a4085e0c485bb00a35a65aa358e40faab7;p=emacs.git (finder-commentary): Don't delete other windows (Bug#2291). --- 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)