branch: elpa/slime
commit d49f846ad4c45403c1ab45d7873f7af671b15427
Author: Daniel KochmaƄski <[email protected]>
Commit: Stas Boukarev <[email protected]>

    swank-loader: don't load ASDF contrib on ECL unless ASDF is present
---
 swank-loader.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swank-loader.lisp b/swank-loader.lisp
index 23643a5729..e974f20844 100644
--- a/swank-loader.lisp
+++ b/swank-loader.lisp
@@ -258,7 +258,7 @@ If LOAD is true, load the fasl file."
     swank-c-p-c swank-arglists swank-fuzzy
     swank-fancy-inspector
     swank-presentations
-    #+(or asdf2 asdf3 sbcl ecl) swank-asdf
+    #+(or asdf2 asdf3 sbcl) swank-asdf
     swank-package-fu
     swank-hyperdoc
     #+sbcl swank-sbcl-exts

Reply via email to