From: Glenn Morris Date: Tue, 4 Dec 2007 04:05:17 +0000 (+0000) Subject: (password-read, password-cache-add, password-cache-remove): X-Git-Tag: emacs-pretest-23.0.90~9108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75328172acb49be39eb61047e52d17702c11d1ea;p=emacs.git (password-read, password-cache-add, password-cache-remove): No need to autoload, since mml-sec requires password. --- diff --git a/lisp/gnus/mml1991.el b/lisp/gnus/mml1991.el index 234f1fe2147..be9981676e6 100644 --- a/lisp/gnus/mml1991.el +++ b/lisp/gnus/mml1991.el @@ -327,10 +327,7 @@ Whether the passphrase is cached at all is controlled by (autoload 'epg-sign-string "epg") (autoload 'epg-encrypt-string "epg") (autoload 'epg-configuration "epg-config") - (autoload 'epg-expand-group "epg-config") - (autoload 'password-read "password") - (autoload 'password-cache-add "password") - (autoload 'password-cache-remove "password")) + (autoload 'epg-expand-group "epg-config")) (defvar mml1991-epg-secret-key-id-list nil)