aboutsummaryrefslogtreecommitdiff
path: root/with-ns-api.html
diff options
context:
space:
mode:
authorTom Faulhaber <git_net@infolace.com>2009-08-05 15:06:03 -0700
committerTom Faulhaber <git_net@infolace.com>2009-08-05 15:06:03 -0700
commit7dfd694e88d7248ee8050431b5ab4b570440eba2 (patch)
tree1aea90c04ad5f1831c417edc2e1230a63f921d13 /with-ns-api.html
parent5aaa32848d2c401de5b9eca92be9f95b7683b6b5 (diff)
Updated documentation for commit 2d0079c159a37740173bbe289daca41e48723bfd
Diffstat (limited to 'with-ns-api.html')
-rw-r--r--with-ns-api.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/with-ns-api.html b/with-ns-api.html
index d8336fba..9d6e3885 100644
--- a/with-ns-api.html
+++ b/with-ns-api.html
@@ -84,7 +84,7 @@ by <span id="author">Stuart Sierra</span><br />
<pre id="var-docstr">Evaluates body in another namespace. ns is either a namespace
object or a symbol. This makes it possible to define functions in
namespaces other than the current one.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/6c95fe90829cc66f81345a011dc25fc487e4cf0b/src/clojure/contrib/with_ns.clj#L20" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2d0079c159a37740173bbe289daca41e48723bfd/src/clojure/contrib/with_ns.clj#L20" id="var-source">Source</a>
</div><div id="var-entry">
<hr />
<h2 id="with-ns/with-temp-ns">with-temp-ns</h2>
@@ -93,7 +93,7 @@ namespaces other than the current one.</pre>
</pre>
<pre id="var-docstr">Evaluates body in an anonymous namespace, which is then immediately
removed. The temporary namespace will 'refer' clojure.core.</pre>
- <a href="http://github.com/richhickey/clojure-contrib/blob/6c95fe90829cc66f81345a011dc25fc487e4cf0b/src/clojure/contrib/with_ns.clj#L28" id="var-source">Source</a>
+ <a href="http://github.com/richhickey/clojure-contrib/blob/2d0079c159a37740173bbe289daca41e48723bfd/src/clojure/contrib/with_ns.clj#L28" id="var-source">Source</a>
</div>