projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f093680
)
(mel-find-function): Always require `mel' instead of the use of autoloading.
author
yamaoka
<yamaoka>
Mon, 20 Dec 1999 03:24:32 +0000
(
03:24
+0000)
committer
yamaoka
<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
patch
|
blob
|
history
diff --git
a/lisp/imap.el
b/lisp/imap.el
index
bbb84e1
..
1007d0b
100644
(file)
--- 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."