diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index b2e5c480e49..8fa16eefa1c 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -772,6 +772,7 @@ the user from the mailer." (defun mail-text () "Move point to beginning of message text." (interactive) + (expand-abbrev) (goto-char (point-min)) (search-forward (concat "\n" mail-header-separator "\n")))