From 96b539de5880d96712aadc24567d26d2d06f640c Mon Sep 17 00:00:00 2001 From: yoichi Date: Sun, 18 Apr 2004 03:57:13 +0000 Subject: [PATCH] fix the last change --- elmo/elmo-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 1.7.10.4