changeset 11866:77f73856e803

(mail-text): Expand abbrev before moving point.
author Karl Heuer <kwzh@gnu.org>
date Mon, 22 May 1995 19:41:25 +0000
parents 5e83aee9e412
children b00d51017e13
files lisp/mail/sendmail.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Sun May 21 06:19:05 1995 +0000
+++ b/lisp/mail/sendmail.el	Mon May 22 19:41:25 1995 +0000
@@ -772,6 +772,7 @@
 (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")))