From 58d3eaf6982073e25bed2a251162417de3944c82 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Feb 1996 00:59:48 +0000 Subject: [PATCH] (unforward-rmail-message): Add autoload cookie. --- lisp/mail/undigest.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index d4975b1daad..aab523f9e6f 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el @@ -132,6 +132,7 @@ Leaves original message, deleted, before the undigestified messages." (delete-region (point-min) (point-max)) (rmail-show-message rmail-current-message)))))) +;;;###autoload (defun unforward-rmail-message () "Extract a forwarded message from the containing message. This puts the forwarded message into a separate rmail message -- 2.39.5