From: Glenn Morris Date: Tue, 4 Dec 2007 04:05:45 +0000 (+0000) Subject: (password-read, password-cache-add, password-cache-remove): X-Git-Tag: emacs-pretest-23.0.90~9106 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13647a5b26587914dc23c5f6787b02469f112b08;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/mml2015.el b/lisp/gnus/mml2015.el index 0faba787b09..28d1929399e 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)