commit 0dbe4d2ebdf287c5b1cbc75bc9128711fa7a43b9 parent 1d00745d2968952c83833a73bd168763e841c7a5 Author: Tomas Hlavaty <tom@logand.com> Date: Thu, 28 Apr 2011 23:59:27 +0200 define empty swank:init-inspector Diffstat:
M | swank-picolisp.l | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/swank-picolisp.l b/swank-picolisp.l @@ -169,5 +169,6 @@ (de swank:describe-symbol (Nm) (pack "TODO swank:describe-symbol " Nm) ) +(de swank:init-inspector (Form) )