From 7e38337607c1f9b091002eb6c5661dfe8826fda0 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 2 Dec 1999 07:51:13 +0000 Subject: [PATCH] Remove autoload settings for `base64-decode-string' and `base64-encode-string'. --- lisp/imap.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/imap.el b/lisp/imap.el index 6507fbc..6078100 100644 --- 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") -- 1.7.10.4