]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-resend): Preserve point around expand-mail-aliases.
authorRichard M. Stallman <rms@gnu.org>
Sun, 14 Aug 1994 09:56:17 +0000 (09:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 14 Aug 1994 09:56:17 +0000 (09:56 +0000)
lisp/mail/rmail.el

index 2a8713f49250d46eb668dcac023ad55cfc676d55..ec86f4682ed0feb230a477e747a99ba02ab9e81f 100644 (file)
@@ -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))