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." | |||
| 132 | (delete-region (point-min) (point-max)) | 132 | (delete-region (point-min) (point-max)) |
| 133 | (rmail-show-message rmail-current-message)))))) | 133 | (rmail-show-message rmail-current-message)))))) |
| 134 | 134 | ||
| 135 | ;;;###autoload | ||
| 136 | (defun unforward-rmail-message () | 135 | (defun unforward-rmail-message () |
| 137 | "Extract a forwarded message from the containing message. | 136 | "Extract a forwarded message from the containing message. |
| 138 | This puts the forwarded message into a separate rmail message | 137 | This puts the forwarded message into a separate rmail message |