From 9b9f9c9dc1dde419f18ad2509b1e523bfb19ed05 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 23 Dec 1993 03:46:01 +0000 Subject: (mail-fetch-field): Add autoload cookie. --- lisp/mail/mail-utils.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mail/mail-utils.el') 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. -- cgit v1.2.1