From 2ef7dc7055e9cddb991f702715c41fad32451d7e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sun, 14 Nov 2004 23:09:11 +0000 Subject: [PATCH] Bind password-cache-expiry when compiling. --- ChangeLog | 4 ++++ lisp/encrypt.el | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c2e46a4..936f558 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-11-14 Katsumi Yamaoka + + * lisp/encrypt.el: Bind password-cache-expiry when compiling. + 2004-10-29 Katsumi Yamaoka * lisp/gnus-spec.el (gnus-search-or-regist-spec): Manage the flag diff --git a/lisp/encrypt.el b/lisp/encrypt.el index 7e3598a..61c21a6 100644 --- a/lisp/encrypt.el +++ b/lisp/encrypt.el @@ -33,10 +33,11 @@ ;; autoload password (eval-and-compile (autoload 'password-read "password") - ;; Those two autoloads are needed since T-gnus won't load password.el + ;; The following section is 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")) + (autoload 'password-cache-remove "password") + (defvar password-cache-expiry)) (defgroup encrypt nil "File encryption configuration.") -- 1.7.10.4