]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove unused variable in rmail.el
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 May 2021 12:15:36 +0000 (14:15 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 12 May 2021 14:17:55 +0000 (16:17 +0200)
* lisp/mail/rmail.el (rmail-reply): Remove unused lexical variable
introduced in previous patch.

lisp/mail/rmail.el

index f60581a11c687ed47cdb304f8d8652a3a6713fc0..06bb3bd013e300df73a9d8a1d0dea5920e11390c 100644 (file)
@@ -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)