changeset 8545:2aa8cbd91781

(rmail-resend): Preserve point around expand-mail-aliases.
author Richard M. Stallman <rms@gnu.org>
date Sun, 14 Aug 1994 09:56:17 +0000
parents dc4a53a05b98
children 0dafd20c6716
files lisp/mail/rmail.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sun Aug 14 09:22:39 1994 +0000
+++ b/lisp/mail/rmail.el	Sun Aug 14 09:56:17 1994 +0000
@@ -2064,7 +2064,8 @@
 			       address
 			     (mapconcat 'identity address ",\n\t"))
 		    "\n")
-	    (expand-mail-aliases before (point)))
+	    (save-excursion
+	      (expand-mail-aliases before (point))))
 	  ;;>> Set up comment, if any.
 	  (if (and (sequencep comment) (not (zerop (length comment))))
 	      (let ((before (point))