(mel-find-function): Always require `mel' instead of the use of autoloading.
authoryamaoka <yamaoka>
Mon, 20 Dec 1999 03:24:32 +0000 (03:24 +0000)
committeryamaoka <yamaoka>
Mon, 20 Dec 1999 03:24:32 +0000 (03:24 +0000)
Because the function `mel-find-function' is defined by `defsubst'.

lisp/imap.el

index bbb84e1..1007d0b 100644 (file)
   (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."