From 33417df2b11627037d6de7dc3a1cb02b67b66171 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 28 Feb 2009 03:52:58 +0000 Subject: [PATCH] (rmail-output-as-seen): Add autoload cookie. --- lisp/ChangeLog | 2 ++ lisp/mail/rmailout.el | 1 + 2 files changed, 3 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7d6cfdb9ad..41e7f1753ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2009-02-28 Glenn Morris + * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie. + * mail/rmailmm.el (rmail-mime): Add autoload cookie. * mail/rmail.el (rmail-mode-map): * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'. diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 51aa6fc5bcf..0d44ae3a6ff 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -477,6 +477,7 @@ from a non-Rmail buffer. In this case, COUNT is ignored." ;; FIXME nothing outside uses this, so NOT-RMAIL could be dropped. ;; FIXME this duplicates code from rmail-output. +;;;###autoload (defun rmail-output-as-seen (file-name &optional count noattribute not-rmail) "Append this message to mbox file named FILE-NAME. The details are as for `rmail-output', except that: -- 2.39.2