(gnus-mail-reply-using-mail): Don't save point;

yank the original at point.
This commit is contained in:
Richard M. Stallman 1994-12-17 00:51:30 +00:00
parent 56eb270e3b
commit 396134d7a3

View file

@ -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."