From: Richard M. Stallman Date: Tue, 16 Nov 1993 10:44:47 +0000 (+0000) Subject: (rmail-file-p): Add autoload cookie. X-Git-Tag: emacs-19.34~10800 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cdc424a5662cddd51c58938e98588ce47d712610;p=emacs.git (rmail-file-p): Add autoload cookie. --- 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