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 1d00745d2968952c83833a73bd168763e841c7a5
parent b7e59b5d3c58c00971a643696705934dafe85368
Author: Tomas Hlavaty <tom@logand.com>
Date:   Thu, 28 Apr 2011 23:59:09 +0200

a bit better swank:describe-symbol

Diffstat:
Mswank-picolisp.l | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/swank-picolisp.l b/swank-picolisp.l @@ -167,5 +167,7 @@ Form ) (de swank:describe-symbol (Nm) + (pack "TODO swank:describe-symbol " Nm) ) + )