commit f0b2698608178d36ffc0d162bdda0d0bba4ef44c
parent 4a5870c52deef2f623c3de8cd20981ae4e6b4262
Author: Tomas Hlavaty <tom@logand.com>
Date: Mon, 12 Aug 2013 23:14:30 +0200
fix encoding arg
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/swank-picolisp.l b/swank-picolisp.l
@@ -119,7 +119,7 @@
(list
':pid *Pid
':style 'nil
- ':encoding '(:coding-system "utf-8" :external-format "utf-8")
+ ':encoding '(:coding-systems "utf-8")
':lisp-implementation (list
':type (lisp-implementation-type)
':name (lisp-implementation-type)