From: yoichi Date: Sun, 18 Apr 2004 03:57:13 +0000 (+0000) Subject: fix the last change X-Git-Tag: wl-2_11_26~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=96b539de5880d96712aadc24567d26d2d06f640c;p=elisp%2Fwanderlust.git fix the last change --- diff --git a/elmo/elmo-vars.el b/elmo/elmo-vars.el index 3adb0f5..80d5380 100644 --- a/elmo/elmo-vars.el +++ b/elmo/elmo-vars.el @@ -337,7 +337,7 @@ If function, return value of function.") '(("!" ssl ssl open-ssl-stream) ("!!" starttls starttls starttls-open-stream) ("!socks" socks socks socks-open-network-stream) - ("!direct" direct direct open-network-stream)) + ("!direct" direct nil open-network-stream)) "An alist of (SPEC-STRING SYMBOL FEATURE OPEN-STREAM-FUNCTION). SPEC-STRING is a string for stream-type spec (it must start with '!'). SYMBOL is a symbol which indicates the name of the stream type.