diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-12-23 03:46:01 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-12-23 03:46:01 +0000 |
commit | 9b9f9c9dc1dde419f18ad2509b1e523bfb19ed05 (patch) | |
tree | bd1130660361fec7c0612f2965281a3d9fad01a7 /lisp/mail/mail-utils.el | |
parent | 191b14ba97b839996021df58def68e760970518e (diff) | |
download | emacs-9b9f9c9dc1dde419f18ad2509b1e523bfb19ed05.tar.gz |
(mail-fetch-field): Add autoload cookie.
Diffstat (limited to 'lisp/mail/mail-utils.el')
-rw-r--r-- | lisp/mail/mail-utils.el | 1 |
1 files changed, 1 insertions, 0 deletions
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. |