Mercurial > emacs
diff lisp/gnus/mml1991.el @ 87030:297e790a9310
(password-read, password-cache-add, password-cache-remove):
No need to autoload, since mml-sec requires password.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 04 Dec 2007 04:05:17 +0000 |
parents | 1cdfc94602cb |
children | 39e105c95381 |
line wrap: on
line diff
--- a/lisp/gnus/mml1991.el Tue Dec 04 04:04:57 2007 +0000 +++ b/lisp/gnus/mml1991.el Tue Dec 04 04:05:17 2007 +0000 @@ -327,10 +327,7 @@ (autoload 'epg-sign-string "epg") (autoload 'epg-encrypt-string "epg") (autoload 'epg-configuration "epg-config") - (autoload 'epg-expand-group "epg-config") - (autoload 'password-read "password") - (autoload 'password-cache-add "password") - (autoload 'password-cache-remove "password")) + (autoload 'epg-expand-group "epg-config")) (defvar mml1991-epg-secret-key-id-list nil)