--- a/plugins/swank-clojure/swank-clojure.el    Fri Oct 10 15:47:23 2008 +0200
+++ b/plugins/swank-clojure/swank-clojure.el    Wed Oct 15 19:00:01 2008 +0200
@@ -93,9 +93,8 @@
                          "-cp"
                          (mapconcat 'identity
                                     (cons swank-clojure-jar-path
-                                          swank-clojure-extra-classpaths)
+                                         (mapcan 'file-expand-wildcards swank-clojure-extra-classpaths))
                                     path-separator)
-                         
                          "clojure.lang.Repl")))))
 
 ;; Change the repl to be more clojure friendly
