diff options
-rw-r--r-- | lisp/mail/rmailedit.el | 1 |
1 files changed, 1 insertions, 0 deletions
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) |