From df2a23777539b29ebbd3288e756ace56f7df0d8d Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 12 May 2021 14:15:36 +0200 Subject: [PATCH] Remove unused variable in rmail.el * lisp/mail/rmail.el (rmail-reply): Remove unused lexical variable introduced in previous patch. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2