(gnus-mail-reply-using-mail): Don't save point;
yank the original at point.
This commit is contained in:
parent
56eb270e3b
commit
396134d7a3
1 changed files with 1 additions and 5 deletions
|
|
@ -99,11 +99,7 @@ Optional argument YANK means yank original article."
|
|||
(news-mail-reply)
|
||||
(gnus-overload-functions)
|
||||
(if yank
|
||||
(let ((last (point)))
|
||||
(goto-char (point-max))
|
||||
(mail-yank-original nil)
|
||||
(goto-char last)
|
||||
)))
|
||||
(mail-yank-original nil)))
|
||||
|
||||
(defun gnus-mail-forward-using-mail ()
|
||||
"Forward the current message to another user using mail."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue