- (setf #2# #3#))
- (set (find-symbol "*GLOBAL-DEBUGGER*" #2#) nil)
- (apply (find-symbol "CREATE-SERVER" #2#) #1#)))
-
-#+asdf (setf asdf:*compile-file-failure-behaviour* :warn)
+ (funcall (find-symbol "INIT" (find-package "SWANK-LOADER")))
+ (setf swank (find-package "SWANK")))
+ (set (find-symbol "*GLOBAL-DEBUGGER*" swank) nil)
+ (apply (find-symbol "CREATE-SERVER" swank) args)))
+
+;; Treat warnings as, err, warnings.
+#+asdf
+(setf asdf:*compile-file-failure-behaviour* :warn)