summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRich Hickey <richhickey@gmail.com>2007-12-18 19:56:51 +0000
committerRich Hickey <richhickey@gmail.com>2007-12-18 19:56:51 +0000
commitc08a9a4879a9cdc1530bea3d37c09f0aed09e251 (patch)
tree45b06efd47841ffc3938268a5ad8234e08c71759 /src
parent6213b1f8f984d5cd46d51608c9e7c30f78d8a68b (diff)
renamed *export* to *exports*
Diffstat (limited to 'src')
-rw-r--r--src/xml.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml.clj b/src/xml.clj
index 0727e710..fd5e13e5 100644
--- a/src/xml.clj
+++ b/src/xml.clj
@@ -68,7 +68,7 @@
(. p (parse s content-handler))
((:content *current*) 0))))
-(def *export* '(xml tag attrs content parse))
+(def *exports* '(xml tag attrs content parse))
;(load-file "/Users/rich/dev/clojure/src/xml.clj")
;(def x (xml/parse "http://arstechnica.com/journals.rssx"))