]> git.eshelyaron.com Git - emacs.git/commitdiff
(password-read, password-cache-add, password-cache-remove):
authorGlenn Morris <rgm@gnu.org>
Tue, 4 Dec 2007 04:05:17 +0000 (04:05 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 4 Dec 2007 04:05:17 +0000 (04:05 +0000)
No need to autoload, since mml-sec requires password.

lisp/gnus/mml1991.el

index 234f1fe21473bf9c1e9deec454d58a5643d1cf6e..be9981676e6572f8908fb4af59d9b317ee7c6b1f 100644 (file)
@@ -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)