From: yamaoka Date: Mon, 20 Dec 1999 03:24:32 +0000 (+0000) Subject: (mel-find-function): Always require `mel' instead of the use of autoloading. X-Git-Tag: t-gnus-6_14_0-13~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3d4b182114b8dbb43a381f4b7180eb0009988819;p=elisp%2Fgnus.git- (mel-find-function): Always require `mel' instead of the use of autoloading. Because the function `mel-find-function' is defined by `defsubst'. --- diff --git a/lisp/imap.el b/lisp/imap.el index bbb84e1..1007d0b 100644 --- a/lisp/imap.el +++ b/lisp/imap.el @@ -148,7 +148,7 @@ (autoload 'utf7-decode "utf7") (autoload 'format-spec "format-spec") (autoload 'format-spec-make "format-spec") - (autoload 'mel-find-function "mel")) + (require 'mel)) (defun-maybe base64-decode-string (string) "Base64-decode STRING and return the result."