aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnusmail.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/gnusmail.el b/lisp/gnusmail.el
index b8f62346565..293bde54f4a 100644
--- a/lisp/gnusmail.el
+++ b/lisp/gnusmail.el
@@ -99,11 +99,7 @@ Optional argument YANK means yank original article."
99 (news-mail-reply) 99 (news-mail-reply)
100 (gnus-overload-functions) 100 (gnus-overload-functions)
101 (if yank 101 (if yank
102 (let ((last (point))) 102 (mail-yank-original nil)))
103 (goto-char (point-max))
104 (mail-yank-original nil)
105 (goto-char last)
106 )))
107 103
108(defun gnus-mail-forward-using-mail () 104(defun gnus-mail-forward-using-mail ()
109 "Forward the current message to another user using mail." 105 "Forward the current message to another user using mail."