1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(finder-commentary): Call delete-other-windows.

This commit is contained in:
Richard M. Stallman 2004-01-05 13:59:08 +00:00
parent 836078f66a
commit 61e938eb8b
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2004-01-05 Richard M. Stallman <rms@gnu.org>
* 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 <karl@gnu.org>
* emacs-lisp/copyright.el (copyright-regexp): allow the common

View File

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