aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-12-04 04:05:45 +0000
committerGlenn Morris <[email protected]>2007-12-04 04:05:45 +0000
commit13647a5b26587914dc23c5f6787b02469f112b08 (patch)
tree93a8a6ab43111f11c05bbcac465f39353529c48a
parent8a8c39bc186fce30aabb4c30400e6d8b76546063 (diff)
(password-read, password-cache-add, password-cache-remove):
No need to autoload, since mml-sec requires password.
-rw-r--r--lisp/gnus/mml2015.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el
index 0faba787b0..28d1929399 100644
--- a/lisp/gnus/mml2015.el
+++ b/lisp/gnus/mml2015.el
@@ -971,11 +971,6 @@ Whether the passphrase is cached at all is controlled by
(defvar password-cache-expiry)
-(eval-when-compile
- (autoload 'password-read "password")
- (autoload 'password-cache-add "password")
- (autoload 'password-cache-remove "password"))
-
(defvar mml2015-epg-secret-key-id-list nil)
(defun mml2015-epg-passphrase-callback (context key-id ignore)