]> git.eshelyaron.com Git - emacs.git/commitdiff
(finder-commentary): Don't delete other windows (Bug#2291).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 8 Mar 2009 19:54:32 +0000 (19:54 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 8 Mar 2009 19:54:32 +0000 (19:54 +0000)
lisp/finder.el

index dd85d09d6da62319b833fdc4f3bcc0c88a1ef419..cb9b0eea6ae9a0d39a7befd376b7483dd6d1ec47 100644 (file)
@@ -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)