*** swank-loader.lisp 07 Nov 2010 11:48:14 -0800 1.110 --- swank-loader.lisp 29 May 2011 19:05:35 -0700 *************** *** 184,196 **** (:load (handle-swank-load-error c "loading" dest)) (:unknown (handle-swank-load-error c "???ing" src))))))))) ! #+(or cormanlisp) (defun compile-files (files fasl-dir load) "Corman Lisp has trouble with compiled files." (declare (ignore fasl-dir)) (when load (dolist (file files) ! (load file :verbose t) (force-output)))) (defun load-user-init-file () --- 184,196 ---- (:load (handle-swank-load-error c "loading" dest)) (:unknown (handle-swank-load-error c "???ing" src))))))))) ! #+(or cormanlisp ecl) (defun compile-files (files fasl-dir load) "Corman Lisp has trouble with compiled files." (declare (ignore fasl-dir)) (when load (dolist (file files) ! (load file :verbose t :print t) (force-output)))) (defun load-user-init-file ()