diff options
| author | Glenn Morris | 2007-12-04 04:05:17 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-12-04 04:05:17 +0000 |
| commit | 75328172acb49be39eb61047e52d17702c11d1ea (patch) | |
| tree | debe9ec6791d749e24405c04b6ff13ef98af1102 | |
| parent | 51588bc5745817c4a3876798dbf4d89e3899e30b (diff) | |
| download | emacs-75328172acb49be39eb61047e52d17702c11d1ea.tar.gz emacs-75328172acb49be39eb61047e52d17702c11d1ea.zip | |
(password-read, password-cache-add, password-cache-remove):
No need to autoload, since mml-sec requires password.
| -rw-r--r-- | lisp/gnus/mml1991.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/gnus/mml1991.el b/lisp/gnus/mml1991.el index 234f1fe2147..be9981676e6 100644 --- a/lisp/gnus/mml1991.el +++ b/lisp/gnus/mml1991.el | |||
| @@ -327,10 +327,7 @@ Whether the passphrase is cached at all is controlled by | |||
| 327 | (autoload 'epg-sign-string "epg") | 327 | (autoload 'epg-sign-string "epg") |
| 328 | (autoload 'epg-encrypt-string "epg") | 328 | (autoload 'epg-encrypt-string "epg") |
| 329 | (autoload 'epg-configuration "epg-config") | 329 | (autoload 'epg-configuration "epg-config") |
| 330 | (autoload 'epg-expand-group "epg-config") | 330 | (autoload 'epg-expand-group "epg-config")) |
| 331 | (autoload 'password-read "password") | ||
| 332 | (autoload 'password-cache-add "password") | ||
| 333 | (autoload 'password-cache-remove "password")) | ||
| 334 | 331 | ||
| 335 | (defvar mml1991-epg-secret-key-id-list nil) | 332 | (defvar mml1991-epg-secret-key-id-list nil) |
| 336 | 333 | ||