diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-03-04 20:27:17 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-03-04 20:27:17 +0000 |
commit | 0e66edca51153dcf6192f9ca6fb78218e4ee7674 (patch) | |
tree | edb048f05deab8ea1177c91f3875db5687303846 /lisp/mail | |
parent | 5f449ca9f558c067e9babbe6e6ee8faa7b722b1d (diff) | |
download | emacs-0e66edca51153dcf6192f9ca6fb78218e4ee7674.tar.gz |
(unforward-rmail-message): Add autoload declaration.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/rmail.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 1758f2dbd49..ad3e4779908 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2690,6 +2690,12 @@ buffer visiting that file." Leaves original message, deleted, before the undigestified messages." t) +(autoload 'unforward-rmail-message "undigest" + "Extract a forwarded message from the containing message. +This puts the forwarded message into a separate rmail message +following the containing message." + t) + (provide 'rmail) ;;; rmail.el ends here |