Skip to content

Instantly share code, notes, and snippets.

@hchbaw
Created February 12, 2010 15:53
Show Gist options
  • Save hchbaw/302675 to your computer and use it in GitHub Desktop.
Save hchbaw/302675 to your computer and use it in GitHub Desktop.
diff --git a/src/swank/commands/contrib/swank_fuzzy.clj b/src/swank/commands/contrib/swank_fuzzy.clj
index b770af1..79a240f 100644
--- a/src/swank/commands/contrib/swank_fuzzy.clj
+++ b/src/swank/commands/contrib/swank_fuzzy.clj
@@ -247,7 +247,8 @@ (defn- fuzzy-generate-matchings
(find-vars parsed-symbol-name
(:ns ns-matching)
(make-duplicate-var-filter
- (filter (partial = ns-matching)
+ (filter (partial
+ = (:ns ns-matching))
found-nss))
true)
ns-matching))]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment