comparison lisp/mail/sendmail.el @ 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 42dba4f290a0
children bfb07760304d
comparison
equal deleted inserted replaced
11865:5e83aee9e412 11866:77f73856e803
770 nil))) 770 nil)))
771 771
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
778 (defun mail-signature (atpoint) 779 (defun mail-signature (atpoint)
779 "Sign letter with contents of the file `~/.signature'. 780 "Sign letter with contents of the file `~/.signature'.