diff options
-rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index f60581a11c6..06bb3bd013e 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -3767,7 +3767,7 @@ use \\[mail-yank-original] to yank the original message into it." (rmail-apply-in-message rmail-current-message (lambda () - (let ((beg (point-min)) (end (point-max)) + (let ((end (point-max)) subheader) ;; Find the message's real header. (search-forward "\n\n" nil 'move) |