swank-picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/swank-picolisp.git/
Log | Files | Refs

commit f0b2698608178d36ffc0d162bdda0d0bba4ef44c
parent 4a5870c52deef2f623c3de8cd20981ae4e6b4262
Author: Tomas Hlavaty <tom@logand.com>
Date:   Mon, 12 Aug 2013 23:14:30 +0200

fix encoding arg

Diffstat:
Mswank-picolisp.l | 2+-
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)