From: ueno Date: Thu, 17 Aug 2000 04:40:22 +0000 (+0000) Subject: * liece.el (liece-server-keyword-map): Bind connection type. X-Git-Tag: liece-1_4_4-1~51 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9a4e102fa3e25df8a49fdee5da36bd2e0cf1de23;p=elisp%2Fliece.git * liece.el (liece-server-keyword-map): Bind connection type. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c5d6ae5..73084b9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-08-17 Daiki Ueno + + * liece.el (liece-server-keyword-map): Bind connection type. + 2000-08-16 Daiki Ueno * liece.el (liece-open-server-internal): Use diff --git a/lisp/liece.el b/lisp/liece.el index 8b7b2a7..349d839 100644 --- a/lisp/liece.el +++ b/lisp/liece.el @@ -61,7 +61,7 @@ (:password liece-password) (:prescript) (:prescript-delay) - (:type) + (:type liece-tcp-connection-type) (:relay)) "Mapping from keywords to default values. All keywords that can be used must be listed here."))