[slime-cvs] CVS update: slime/swank.lisp

Helmut Eller heller at common-lisp.net
Thu Dec 9 20:43:24 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv17564

Modified Files:
	swank.lisp 
Log Message:
(*sldb-print-pretty*, *sldb-print-circle*, *sldb-print-length*)
(*sldb-print-level*, *sldb-print-lines*)
(*sldb-print-pprint-dispatch*): Export those symbols.
Date: Thu Dec  9 21:43:21 2004
Author: heller

Index: slime/swank.lisp
diff -u slime/swank.lisp:1.269 slime/swank.lisp:1.270
--- slime/swank.lisp:1.269	Sun Dec  5 22:06:52 2004
+++ slime/swank.lisp	Thu Dec  9 21:43:20 2004
@@ -29,6 +29,12 @@
            #:*readtable-alist*
            #:*globally-redirect-io*
            #:*global-debugger*
+           #:*sldb-print-pretty*
+           #:*sldb-print-circle*
+           #:*sldb-print-length*
+           #:*sldb-print-level*
+           #:*sldb-print-lines*
+           #:*sldb-print-pprint-dispatch*
            ;; These are re-exported directly from the backend:
            #:buffer-first-change
            #:frame-source-location-for-emacs




More information about the slime-cvs mailing list