(password-read, password-cache-add, password-cache-remove):

No need to autoload, since mml-sec requires password.
This commit is contained in:
Glenn Morris 2007-12-04 04:05:45 +00:00
parent 8a8c39bc18
commit 13647a5b26

View 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)