]> 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:45 +0000 (04:05 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 4 Dec 2007 04:05:45 +0000 (04:05 +0000)
No need to autoload, since mml-sec requires password.

lisp/gnus/mml2015.el

index 0faba787b098820b8959bbdbaeeb2ae090050f9d..28d1929399e2f02a71a1c2e4aa5a962e418ddb98 100644 (file)
@@ -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)