1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-31 04:41:23 -08:00

(finder-commentary): Don't delete other windows (Bug#2291).

This commit is contained in:
Chong Yidong 2009-03-08 19:54:32 +00:00
parent 7aad1c6236
commit 5ec9c7a408

View 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)