From: yamaoka Date: Thu, 30 Sep 2004 02:16:04 +0000 (+0000) Subject: Bind password-cache-expiry when compiling. X-Git-Tag: t-gnus-6_17_4-quimby-~736 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de6792a03952b51fc7d5323c3b4fe9d45bdccb06;p=elisp%2Fgnus.git- Bind password-cache-expiry when compiling. --- diff --git a/ChangeLog b/ChangeLog index 31a975b..202a537 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-09-30 Katsumi Yamaoka + + * lisp/gnus-encrypt.el: Bind password-cache-expiry when compiling. + 2004-09-29 Simon Josefsson * GNUS-NEWS: Generated. diff --git a/lisp/gnus-encrypt.el b/lisp/gnus-encrypt.el index d818ee7..56dc3ff 100644 --- a/lisp/gnus-encrypt.el +++ b/lisp/gnus-encrypt.el @@ -38,6 +38,9 @@ (autoload 'password-read-and-add "password") (autoload 'password-cache-remove "password")) +(eval-when-compile + (defvar password-cache-expiry)) + (defgroup gnus-encrypt nil "Gnus encryption configuration.")