From 50703776274c06fb6594dc2085aefd0cd6e73ad2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 14 Aug 1994 09:56:17 +0000 Subject: [PATCH] (rmail-resend): Preserve point around expand-mail-aliases. --- lisp/mail/rmail.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 2a8713f4925..ec86f4682ed 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2064,7 +2064,8 @@ typically for purposes of moderating a list." 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)) -- 2.39.5