aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/sendmail.el1
1 files changed, 1 insertions, 0 deletions
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."
772(defun mail-text () 772(defun mail-text ()
773 "Move point to beginning of message text." 773 "Move point to beginning of message text."
774 (interactive) 774 (interactive)
775 (expand-abbrev)
775 (goto-char (point-min)) 776 (goto-char (point-min))
776 (search-forward (concat "\n" mail-header-separator "\n"))) 777 (search-forward (concat "\n" mail-header-separator "\n")))
777 778