mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
Remove unused variable in rmail.el
* lisp/mail/rmail.el (rmail-reply): Remove unused lexical variable introduced in previous patch.
This commit is contained in:
parent
98e5639c3c
commit
df2a237775
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user