projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e5639
)
Remove unused variable in rmail.el
author
Lars Ingebrigtsen
<larsi@gnus.org>
Wed, 12 May 2021 12:15:36 +0000
(14:15 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index f60581a11c687ed47cdb304f8d8652a3a6713fc0..06bb3bd013e300df73a9d8a1d0dea5920e11390c 100644
(file)
--- 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)