branch: elpa/slime
commit 888967f5098d24edb6f2576f3c06e0a5e8476621
Author: Stas Boukarev <[email protected]>
Commit: GitHub <[email protected]>

    Remove a stray ,
    
    Closes #903
---
 swank-loader.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swank-loader.lisp b/swank-loader.lisp
index ae1b5cb755..f9f99fd710 100644
--- a/swank-loader.lisp
+++ b/swank-loader.lisp
@@ -387,7 +387,7 @@ global variabes in SWANK."
   package definition is subsequently reevaluated. See the section on
   [package variance](http://www.sbcl.org/manual/#Package-Variance) in
   the SBCL manual."
-  `(eval-when (:compile-toplevel :load-toplevel, :execute)
+  `(eval-when (:compile-toplevel :load-toplevel :execute)
      (locally
          (declare #+sbcl
                   (sb-ext:muffle-conditions sb-kernel::package-at-variance))

Reply via email to