diff options
| author | Glenn Morris | 2007-12-04 04:05:45 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-12-04 04:05:45 +0000 |
| commit | 13647a5b26587914dc23c5f6787b02469f112b08 (patch) | |
| tree | 93a8a6ab43111f11c05bbcac465f39353529c48a | |
| parent | 8a8c39bc186fce30aabb4c30400e6d8b76546063 (diff) | |
| download | emacs-13647a5b26587914dc23c5f6787b02469f112b08.tar.gz emacs-13647a5b26587914dc23c5f6787b02469f112b08.zip | |
(password-read, password-cache-add, password-cache-remove):
No need to autoload, since mml-sec requires password.
| -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) |