diff options
| -rw-r--r-- | lisp/mail/rmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
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." | |||
| 2064 | address | 2064 | address |
| 2065 | (mapconcat 'identity address ",\n\t")) | 2065 | (mapconcat 'identity address ",\n\t")) |
| 2066 | "\n") | 2066 | "\n") |
| 2067 | (expand-mail-aliases before (point))) | 2067 | (save-excursion |
| 2068 | (expand-mail-aliases before (point)))) | ||
| 2068 | ;;>> Set up comment, if any. | 2069 | ;;>> Set up comment, if any. |
| 2069 | (if (and (sequencep comment) (not (zerop (length comment)))) | 2070 | (if (and (sequencep comment) (not (zerop (length comment)))) |
| 2070 | (let ((before (point)) | 2071 | (let ((before (point)) |