Mercurial > emacs
comparison lisp/mail/undigest.el @ 14748:836ae8d0998d
(unforward-rmail-message): Delete autoload cookie.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 04 Mar 1996 20:26:58 +0000 |
parents | 20f4c4a078b2 |
children | fb91eb76bead |
comparison
equal
deleted
inserted
replaced
14747:539265eb3e0f | 14748:836ae8d0998d |
---|---|
130 (cond (error | 130 (cond (error |
131 (narrow-to-region (point-min) (1+ (point-max))) | 131 (narrow-to-region (point-min) (1+ (point-max))) |
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 |
139 following the containing message." | 138 following the containing message." |
140 (interactive) | 139 (interactive) |