From b631f53e03c66be05cf3b2517778a8cf716cc75e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 6 Oct 2000 05:43:11 +0000 Subject: [PATCH] Require `base64' instead of to autoload it. --- ChangeLog | 4 ++++ lisp/imap.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 50cb7dd..3798099 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-10-06 Katsumi Yamaoka + + * lisp/imap.el: Require `base64' instead of to autoload it. + 2000-10-05 Katsumi Yamaoka * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use diff --git a/lisp/imap.el b/lisp/imap.el index f0a44d6..1c112f8 100644 --- a/lisp/imap.el +++ b/lisp/imap.el @@ -139,10 +139,10 @@ (eval-when-compile (require 'cl)) (eval-when-compile (require 'static)) +(require 'base64) + (eval-and-compile (autoload 'open-ssl-stream "ssl") - (autoload 'base64-decode-string "base64") - (autoload 'base64-encode-string "base64") (autoload 'starttls-open-stream "starttls") (autoload 'starttls-negotiate "starttls") (autoload 'rfc2104-hash "rfc2104") -- 1.7.10.4