Skip to content

Commit

Permalink
exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcgrana committed Aug 4, 2010
1 parent ee7bf48 commit 69e5bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cabinet/elem.clj
@@ -1,6 +1,6 @@
(ns cabinet.elem
(:use clojure.contrib.condition)
(:refer-clojure :exclude (get delete)))
(:refer-clojure :exclude (list get delete)))

(def elems (atom {}))

Expand Down

0 comments on commit 69e5bc3

Please sign in to comment.