projects
/
elisp
/
liece.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0c4ab87
)
* liece.el (liece-server-keyword-map): Bind connection type.
author
ueno
<ueno>
Thu, 17 Aug 2000 04:40:22 +0000
(
04:40
+0000)
committer
ueno
<ueno>
Thu, 17 Aug 2000 04:40:22 +0000
(
04:40
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/liece.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
c5d6ae5
..
73084b9
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2000-08-17 Daiki Ueno <ueno@unixuser.org>
+
+ * liece.el (liece-server-keyword-map): Bind connection type.
+
2000-08-16 Daiki Ueno <ueno@unixuser.org>
* liece.el (liece-open-server-internal): Use
2000-08-16 Daiki Ueno <ueno@unixuser.org>
* liece.el (liece-open-server-internal): Use
diff --git
a/lisp/liece.el
b/lisp/liece.el
index
8b7b2a7
..
349d839
100644
(file)
--- a/
lisp/liece.el
+++ b/
lisp/liece.el
@@
-61,7
+61,7
@@
(:password liece-password)
(:prescript)
(:prescript-delay)
(: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."))
(:relay))
"Mapping from keywords to default values.
All keywords that can be used must be listed here."))