[slime-cvs] CVS update: slime/swank.lisp
Wolfgang Jenkner
wjenkner at common-lisp.net
Fri Mar 12 05:35:36 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv9474
Modified Files:
swank.lisp
Log Message:
(:swank): Export startup-multiprocessing, restart-frame,
return-from-frame. What about kill-thread and interrupt-thread, which
are accessed as internal symbols?
Date: Fri Mar 12 00:35:35 2004
Author: wjenkner
Index: slime/swank.lisp
diff -u slime/swank.lisp:1.145 slime/swank.lisp:1.146
--- slime/swank.lisp:1.145 Wed Mar 10 12:10:38 2004
+++ slime/swank.lisp Fri Mar 12 00:35:35 2004
@@ -10,11 +10,13 @@
(defpackage :swank
(:use :common-lisp :swank-backend)
(:export #:*sldb-pprint-frames*
+ #:startup-multiprocessing
#:start-server
#:create-swank-server
#:ed-in-emacs
-
#:frame-source-location-for-emacs
+ #:restart-frame
+ #:return-from-frame
#:profiled-functions
#:profile-report
#:profile-reset
More information about the slime-cvs
mailing list