From: yamaoka Date: Mon, 18 Oct 2004 00:47:08 +0000 (+0000) Subject: Autoload password-read-and-add and password-cache-remove. X-Git-Tag: t-gnus-6_17_4-quimby-~706 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e242274524b4b8afecdaf756051c7f8f281f1626;p=elisp%2Fgnus.git- Autoload password-read-and-add and password-cache-remove. --- diff --git a/ChangeLog b/ChangeLog index 04fe807..5430ddf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-10-18 Katsumi Yamaoka + + * lisp/encrypt.el: Autoload password-read-and-add and + password-cache-remove. + 2004-10-15 Katsumi Yamaoka * lisp/mml-smime.el: Don't care even if there's no smime.el. diff --git a/lisp/encrypt.el b/lisp/encrypt.el index 8393823..4f2e29f 100644 --- a/lisp/encrypt.el +++ b/lisp/encrypt.el @@ -32,7 +32,11 @@ ;; autoload password (eval-and-compile - (autoload 'password-read "password")) + (autoload 'password-read "password") + ;; Those two autoloads are needed since T-gnus won't load password.el + ;; by way of pgg.el at the compile time. + (autoload 'password-read-and-add "password") + (autoload 'password-cache-remove "password")) (defgroup encrypt nil "File encryption configuration.") @@ -274,5 +278,3 @@ Format example: (provide 'encrypt) ;;; encrypt.el ends here - -;; arch-tag: d907e4f1-71b5-42b1-a180-fc7b84ff0648