Mercurial > emacs
changeset 14749:4fa605bc770a
(unforward-rmail-message): Add autoload declaration.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 04 Mar 1996 20:27:17 +0000 |
parents | 836ae8d0998d |
children | 01ca1fbb38bc |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Mon Mar 04 20:26:58 1996 +0000 +++ b/lisp/mail/rmail.el Mon Mar 04 20:27:17 1996 +0000 @@ -2690,6 +2690,12 @@ 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