changeset 10185:5f69627d9466

(gnus-mail-reply-using-mail): Don't save point; yank the original at point.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Dec 1994 00:51:30 +0000
parents 4fe4f49bcdb1
children af0b61d21a8f
files lisp/=gnusmail.el
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/=gnusmail.el	Sat Dec 17 00:50:52 1994 +0000
+++ b/lisp/=gnusmail.el	Sat Dec 17 00:51:30 1994 +0000
@@ -99,11 +99,7 @@
   (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."