diff options
Diffstat (limited to 'src/clojure/contrib/with_ns.clj')
-rw-r--r-- | src/clojure/contrib/with_ns.clj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/clojure/contrib/with_ns.clj b/src/clojure/contrib/with_ns.clj index 202d3ae9..be33dd7c 100644 --- a/src/clojure/contrib/with_ns.clj +++ b/src/clojure/contrib/with_ns.clj @@ -12,7 +12,10 @@ ;; remove this notice, or any other, from this software. -(ns clojure.contrib.with-ns) +(ns + #^{:author "Stuart Sierra", + :doc "Temporary namespace macro"} + clojure.contrib.with-ns) (defmacro with-ns "Evaluates body in another namespace. ns is either a namespace |