[slime-cvs] CVS update: slime/swank-cmucl.lisp
Helmut Eller
heller at common-lisp.net
Sun Mar 7 16:41:13 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv13271
Modified Files:
swank-cmucl.lisp
Log Message:
(frame-locals): Use #:not-available instead of "<not-available>".
Date: Sun Mar 7 11:41:13 2004
Author: heller
Index: slime/swank-cmucl.lisp
diff -u slime/swank-cmucl.lisp:1.77 slime/swank-cmucl.lisp:1.78
--- slime/swank-cmucl.lisp:1.77 Fri Mar 5 09:26:14 2004
+++ slime/swank-cmucl.lisp Sun Mar 7 11:41:11 2004
@@ -1034,7 +1034,7 @@
(:valid
(di:debug-variable-value v frame))
((:invalid :unknown)
- "<not-available>"))))))
+ '#:not-available))))))
(defimplementation frame-catch-tags (index)
(loop for (tag . code-location) in (di:frame-catches (nth-frame index))
More information about the slime-cvs
mailing list