Mercurial > emacs
changeset 53501:97bc08aa2492
(finder-commentary): Call delete-other-windows.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 05 Jan 2004 13:58:44 +0000 |
parents | 530a52a3971b |
children | 14a0119ceee0 |
files | lisp/finder.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/finder.el Mon Jan 05 13:58:18 2004 +0000 +++ b/lisp/finder.el Mon Jan 05 13:58:44 2004 +0000 @@ -282,6 +282,7 @@ (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) (erase-buffer)