From 523abd28e7ba7bd76a7a6aa1cb1e326b1d1a12ce Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 27 Sep 1996 00:31:16 +0000 Subject: [PATCH] (rmail-edit-current-message): Add autoload. --- lisp/mail/rmailedit.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 9e91832d7be..2f892981d19 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -57,6 +57,7 @@ to return to regular RMAIL: (rmail-summary-disable))) (run-hooks 'text-mode-hook 'rmail-edit-mode-hook)) +;;;###autoload (defun rmail-edit-current-message () "Edit the contents of this message." (interactive) -- 2.39.5