Changeset 12927
- Timestamp:
- 09/27/10 21:49:41 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/scripting/lisp/config.lisp
r12020 r12927 48 48 (pushnew *swank-dir* asdf:*central-registry* :test #'equal) 49 49 (asdf:oos 'asdf:load-op :swank) 50 ( ext:make-thread (lambda () (funcall (find-symbol50 (threads:make-thread (lambda () (funcall (find-symbol 51 51 (symbol-name '#:create-server) 52 52 :swank)
Note: See TracChangeset
for help on using the changeset viewer.