From: Richard M. Stallman Date: Mon, 5 Jan 2004 13:59:08 +0000 (+0000) Subject: (finder-commentary): Call delete-other-windows. X-Git-Tag: ttn-vms-21-2-B4~8002 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61e938eb8bc86570c2d86ba23c67300145f85181;p=emacs.git (finder-commentary): Call delete-other-windows. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 14963f0ef8c..9a07b135eef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-01-05 Richard M. Stallman + + * finder.el (finder-commentary): Call delete-other-windows. + + * net/ange-ftp.el (ange-ftp-file-attributes): + Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil. + 2004-01-04 Karl Berry * emacs-lisp/copyright.el (copyright-regexp): allow the common diff --git a/lisp/finder.el b/lisp/finder.el index 2958f36c3d9..0bd001752fe 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -282,6 +282,7 @@ FILE should be in a form suitable for passing to `locate-library'." (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)