diff options
-rw-r--r-- | lisp/mail/undigest.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index d73d4094580..80c7b3cfb39 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el @@ -132,7 +132,6 @@ 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 |