projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a34d0f
)
Bind password-cache-expiry when compiling.
author
yamaoka
<yamaoka>
Thu, 30 Sep 2004 02:16:04 +0000
(
02:16
+0000)
committer
yamaoka
<yamaoka>
Thu, 30 Sep 2004 02:16:04 +0000
(
02:16
+0000)
ChangeLog
patch
|
blob
|
history
lisp/gnus-encrypt.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
31a975b
..
202a537
100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2004-09-30 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * lisp/gnus-encrypt.el: Bind password-cache-expiry when compiling.
+
2004-09-29 Simon Josefsson <jas@extundo.com>
* GNUS-NEWS: Generated.
diff --git
a/lisp/gnus-encrypt.el
b/lisp/gnus-encrypt.el
index
d818ee7
..
56dc3ff
100644
(file)
--- 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.")