diff lisp/mail/mail-utils.el @ 5289:4e000b7b285a

(mail-fetch-field): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Dec 1993 03:46:01 +0000
parents 976d7492e00e
children 362f4c3bd99c
line wrap: on
line diff
--- 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.