diff options
| -rw-r--r-- | lisp/gnus/mml2015.el | 5 |
1 files changed, 0 insertions, 5 deletions
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 | |||
| 971 | 971 | ||
| 972 | (defvar password-cache-expiry) | 972 | (defvar password-cache-expiry) |
| 973 | 973 | ||
| 974 | (eval-when-compile | ||
| 975 | (autoload 'password-read "password") | ||
| 976 | (autoload 'password-cache-add "password") | ||
| 977 | (autoload 'password-cache-remove "password")) | ||
| 978 | |||
| 979 | (defvar mml2015-epg-secret-key-id-list nil) | 974 | (defvar mml2015-epg-secret-key-id-list nil) |
| 980 | 975 | ||
| 981 | (defun mml2015-epg-passphrase-callback (context key-id ignore) | 976 | (defun mml2015-epg-passphrase-callback (context key-id ignore) |