commit b7e59b5d3c58c00971a643696705934dafe85368 parent 025c3922e53c8daca87fd15d9ba0f3d6cdeea644 Author: Tomas Hlavaty <tom@logand.com> Date: Thu, 28 Apr 2011 23:58:40 +0200 better swank:swank-expand-1 Diffstat:
M | swank-picolisp.l | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/swank-picolisp.l b/swank-picolisp.l @@ -163,7 +163,8 @@ (de swank:swank-toggle-trace (Nm) (trace (intern Nm))) -(de swank:swank-expand-1 (Nm)) +(de swank:swank-expand-1 (Form) + Form ) (de swank:describe-symbol (Nm) )