(elmo-network-session-idle-timeout): Fix customization type mismatch.
authorokazaki <okazaki>
Mon, 24 Jan 2005 21:03:13 +0000 (21:03 +0000)
committerokazaki <okazaki>
Mon, 24 Jan 2005 21:03:13 +0000 (21:03 +0000)
elmo/elmo-net.el

index 02782b3..28d0620 100644 (file)
@@ -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: