aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Halloway <stu@thinkrelevance.com>2010-12-19 08:55:14 -0500
committerStuart Halloway <stu@thinkrelevance.com>2010-12-19 08:55:14 -0500
commite294ae2a5207b92998e1eb227f9d853a8a8cf606 (patch)
tree615c787da5754f5f5dfbd5eae238a1a2311d6cb7
parentec71724888f46dd447e9cea881b476caf0778270 (diff)
where did that octothorpe come from?
-rw-r--r--modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj b/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj
index b45a7d16..f31e5ea5 100644
--- a/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj
+++ b/modules/find-namespaces/src/main/clojure/clojure/contrib/find_namespaces.clj
@@ -54,7 +54,7 @@
unevaluated form. Returns nil if read fails or if a ns declaration
cannot be found. The ns declaration must be the first Clojure form
in the file, except for (comment ...) forms."
- [#^PushbackReader rdr]
+ [^PushbackReader rdr]
(try
(loop [] (let [form (read rdr)]
(cond