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:
parent
669a535c93
commit
cdc424a566
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user