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:
3967eaa
)
Remove autoload settings for `base64-decode-string' and `base64-encode-string'.
author
yamaoka
<yamaoka>
Thu, 2 Dec 1999 07:51:13 +0000
(07:51 +0000)
committer
yamaoka
<yamaoka>
Thu, 2 Dec 1999 07:51:13 +0000
(07:51 +0000)
lisp/imap.el
patch
|
blob
|
history
diff --git
a/lisp/imap.el
b/lisp/imap.el
index
6507fbc
..
6078100
100644
(file)
--- a/
lisp/imap.el
+++ b/
lisp/imap.el
@@
-138,8
+138,6
@@
(autoload 'open-ssl-stream "ssl")
(autoload 'starttls-open-stream "starttls")
(autoload 'starttls-negotiate "starttls")
- (autoload 'base64-decode-string "mel")
- (autoload 'base64-encode-string "mel")
(autoload 'rfc2104-hash "rfc2104")
(autoload 'utf7-encode "utf7")
(autoload 'utf7-decode "utf7")