fix the last change
authoryoichi <yoichi>
Sun, 18 Apr 2004 03:57:13 +0000 (03:57 +0000)
committeryoichi <yoichi>
Sun, 18 Apr 2004 03:57:13 +0000 (03:57 +0000)
elmo/elmo-vars.el

index 3adb0f5..80d5380 100644 (file)
@@ -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.