# HG changeset patch # User Glenn Morris # Date 1196741117 0 # Node ID 297e790a931043f5aa14ea0b20a6396ac3fe1d66 # Parent 3a6c0393929d85252431896bacc43b264312dfbb (password-read, password-cache-add, password-cache-remove): No need to autoload, since mml-sec requires password. diff -r 3a6c0393929d -r 297e790a9310 lisp/gnus/mml1991.el --- 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)