]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-file-p): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 10:44:47 +0000 (10:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 10:44:47 +0000 (10:44 +0000)
lisp/mail/rmailout.el

index 24833e5f0fe882d1e21373e1b8a9df4e80b8a3c9..f80c12a690b3eaf3f90246efcc828c828f8fda47 100644 (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