(mail-fetch-field): Autoload it (fix xemacs compile
authorSimon Josefsson <jas@extundo.com>
Mon, 28 Apr 2003 23:48:38 +0000 (23:48 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 28 Apr 2003 23:48:38 +0000 (23:48 +0000)
warnings).

lisp/ChangeLog
lisp/canlock.el

index 26531ea..c3e6134 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-29  Simon Josefsson  <jas@extundo.com>
+
+       * canlock.el (mail-fetch-field): Autoload it (fix xemacs compile
+       warnings).
+
 2003-04-28  Dave Love  <fx@gnu.org>
 
        * gnus-util.el (nnheader): Don't require.
index b52afed..e307ae2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; canlock.el --- functions for Cancel-Lock feature
 
-;; Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 ;; Author: Katsumi Yamaoka <yamaoka@jpl.org>
 ;; Keywords: news, cancel-lock, hmac, sha1, rfc2104
@@ -45,6 +45,7 @@
 
 (autoload 'sha1-binary "sha1-el")
 (autoload 'base64-encode-string "base64")
+(autoload 'mail-fetch-field "mail-utils")
 
 (defgroup canlock nil
   "The Cancel-Lock feature."