From: Lars Ingebrigtsen Date: Wed, 12 May 2021 12:15:36 +0000 (+0200) Subject: Remove unused variable in rmail.el X-Git-Tag: emacs-28.0.90~2503 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=df2a23777539b29ebbd3288e756ace56f7df0d8d;p=emacs.git Remove unused variable in rmail.el * lisp/mail/rmail.el (rmail-reply): Remove unused lexical variable introduced in previous patch. --- 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)