From: okazaki Date: Mon, 24 Jan 2005 21:03:13 +0000 (+0000) Subject: (elmo-network-session-idle-timeout): Fix customization type mismatch. X-Git-Tag: wl-2_14-root~74 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5e628355d933819a1bb284434e313c866e2d41c4;p=elisp%2Fwanderlust.git (elmo-network-session-idle-timeout): Fix customization type mismatch. --- diff --git a/elmo/elmo-net.el b/elmo/elmo-net.el index 02782b3..28d0620 100644 --- 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: