aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/clojure/contrib/zip_filter/xml.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/zip_filter/xml.clj b/src/clojure/contrib/zip_filter/xml.clj
index 16f4154b..0865c64d 100644
--- a/src/clojure/contrib/zip_filter/xml.clj
+++ b/src/clojure/contrib/zip_filter/xml.clj
@@ -13,7 +13,7 @@
[clojure.zip :as zip]
[clojure.xml :as xml]))
-(def xml->)
+(declare xml->)
(defn attr
"Returns the xml attribute named attrname, of the xml node at location loc."