From 3d4b182114b8dbb43a381f4b7180eb0009988819 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 20 Dec 1999 03:24:32 +0000 Subject: [PATCH] (mel-find-function): Always require `mel' instead of the use of autoloading. Because the function `mel-find-function' is defined by `defsubst'. --- lisp/imap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 1.7.10.4