From 2b3c5a687900ddb6a147d647937bc0f16ec3ccd3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 6 Sep 1999 21:48:43 +0000 Subject: [PATCH] (rmail-retry-failure): Unconditionally move to beginning of message. --- lisp/mail/rmail.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 04391b74cab..2094ae4312e 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -3038,8 +3038,8 @@ specifying headers which should not be copied into the new message." (save-excursion ;; Narrow down to just the quoted original message (if pruned - (rmail-toggle-header 0) - (rmail-beginning-of-message)) + (rmail-toggle-header 0)) + (rmail-beginning-of-message) (let* ((case-fold-search t) (top (point)) (content-type -- 2.39.5