aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail/rmailout.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1993-11-16 10:44:47 +0000
committerRichard M. Stallman <[email protected]>1993-11-16 10:44:47 +0000
commitcdc424a5662cddd51c58938e98588ce47d712610 (patch)
tree2302c0dc3c4f32d38893d15477a28754d8551be4 /lisp/mail/rmailout.el
parent669a535c936600a082c1a5bed5e88db8bb3be624 (diff)
(rmail-file-p): Add autoload cookie.
Diffstat (limited to 'lisp/mail/rmailout.el')
-rw-r--r--lisp/mail/rmailout.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el
index 24833e5f0f..f80c12a690 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