Function: mail-subject

mail-subject is an interactive and byte-compiled function defined in sendmail.el.gz.

Signature

(mail-subject)

Documentation

Move point to end of Subject field, creating it if necessary.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/sendmail.el.gz
(defun mail-subject ()
  "Move point to end of Subject field, creating it if necessary."
  (interactive)
  (expand-abbrev)
  (mail-position-on-field "Subject"))