mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-10 09:43:26 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue