changeset 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 c32c5d1aa89d
children fee2ab7de353
files lisp/mail/mail-utils.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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.