From: Richard M. Stallman Date: Thu, 23 Dec 1993 03:46:01 +0000 (+0000) Subject: (mail-fetch-field): Add autoload cookie. X-Git-Tag: emacs-19.34~10562 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b9f9c9dc1dde419f18ad2509b1e523bfb19ed05;p=emacs.git (mail-fetch-field): Add autoload cookie. --- diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index 766d2c94c81..4c506b714c9 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el @@ -152,6 +152,7 @@ Usenet paths ending in an element that matches are removed also." (substring userids (match-end 0)) userids))) +;;;###autoload (defun mail-fetch-field (field-name &optional last all) "Return the value of the header field FIELD-NAME. The buffer is expected to be narrowed to just the headers of the message.