diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-11-16 10:44:47 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-11-16 10:44:47 +0000 |
commit | cdc424a5662cddd51c58938e98588ce47d712610 (patch) | |
tree | 2302c0dc3c4f32d38893d15477a28754d8551be4 /lisp/mail/rmailout.el | |
parent | 669a535c936600a082c1a5bed5e88db8bb3be624 (diff) | |
download | emacs-cdc424a5662cddd51c58938e98588ce47d712610.tar.gz |
(rmail-file-p): Add autoload cookie.
Diffstat (limited to 'lisp/mail/rmailout.el')
-rw-r--r-- | lisp/mail/rmailout.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 24833e5f0fe..f80c12a690b 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -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 |