projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f803441
)
(elmo-network-session-idle-timeout): Fix customization type mismatch.
author
okazaki
<okazaki>
Mon, 24 Jan 2005 21:03:13 +0000
(21:03 +0000)
committer
okazaki
<okazaki>
Mon, 24 Jan 2005 21:03:13 +0000
(21:03 +0000)
elmo/elmo-net.el
patch
|
blob
|
history
diff --git
a/elmo/elmo-net.el
b/elmo/elmo-net.el
index
02782b3
..
28d0620
100644
(file)
--- a/
elmo/elmo-net.el
+++ b/
elmo/elmo-net.el
@@
-61,7
+61,7
@@
If elapsed time since last access is larger than this value,
cached session is not reused.
If nil, network cache is reused."
- :type 'number
+ :type '(choice number (const nil))
:group 'elmo)
;;; Code: