1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

(rmail-file-p): Add autoload cookie.

This commit is contained in:
Richard M. Stallman 1993-11-16 10:44:47 +00:00
parent 669a535c93
commit cdc424a566

View File

@ -138,6 +138,7 @@ starting with the current one. Deleted messages are skipped and don't count."
(rmail-next-undeleted-message 1))))))
;; Returns t if file FILE is an Rmail file.
;;;###autoload
(defun rmail-file-p (file)
(let ((buf (generate-new-buffer " *rmail-file-p*")))
(unwind-protect