# HG changeset patch # User Richard M. Stallman # Date 756618361 0 # Node ID 4e000b7b285ac18d9bf2611239d137eeb0d1adc6 # Parent c32c5d1aa89d315aa6d5c55ca618d7745ca0bf7a (mail-fetch-field): Add autoload cookie. diff -r c32c5d1aa89d -r 4e000b7b285a lisp/mail/mail-utils.el --- a/lisp/mail/mail-utils.el Thu Dec 23 03:45:09 1993 +0000 +++ b/lisp/mail/mail-utils.el Thu Dec 23 03:46:01 1993 +0000 @@ -152,6 +152,7 @@ (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.