]> code.delx.au - gnu-emacs/commitdiff
(unforward-rmail-message): Add autoload declaration.
authorRichard M. Stallman <rms@gnu.org>
Mon, 4 Mar 1996 20:27:17 +0000 (20:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 4 Mar 1996 20:27:17 +0000 (20:27 +0000)
lisp/mail/rmail.el

index 1758f2dbd49e63360f9f4344a5a6e90d0c2d3fbe..ad3e47799089e5ffe62d0f81c390d73358c34e88 100644 (file)
@@ -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