# HG changeset patch # User Richard M. Stallman # Date 825971237 0 # Node ID 4fa605bc770a3e33feef37f30fecdb57d386e09a # Parent 836ae8d0998d46bad295e9dbcfd9f5689edda1b2 (unforward-rmail-message): Add autoload declaration. diff -r 836ae8d0998d -r 4fa605bc770a lisp/mail/rmail.el --- 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