From cdc424a5662cddd51c58938e98588ce47d712610 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 16 Nov 1993 10:44:47 +0000 Subject: (rmail-file-p): Add autoload cookie. --- lisp/mail/rmailout.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mail/rmailout.el') 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 -- cgit v1.2.1