diff --git a/slime/eql-start-swank.lisp b/slime/eql-start-swank.lisp index 23171bc..75ca4fa 100644 --- a/slime/eql-start-swank.lisp +++ b/slime/eql-start-swank.lisp @@ -17,9 +17,6 @@ ;; uncomment for Slime mode "REPL Hook" ;; (setf eql:*slime-mode* :repl-hook) -(mp:process-run-function :swank (lambda () - (swank:create-server - :port 4005 - :style nil - :dont-close t))) ; allow to quit/restart Emacs without affecting running EQL programs - +(swank:create-server :port 4005 + :style :spawn + :dont-close t) ; allow to quit/restart Emacs without affecting running EQL programs