diff options
author | Aaron Bedra and Stuart Halloway <pair@clojure.com> | 2010-07-23 09:45:37 -0400 |
---|---|---|
committer | Aaron Bedra and Stuart Halloway <pair@clojure.com> | 2010-07-23 10:31:32 -0400 |
commit | d5314e50dc0b78c1f7c97e049c4bc209dc00f39b (patch) | |
tree | ba7e1bc09ca298680fcd59dde670b318634d0b75 | |
parent | 7188a51605136f36524e4091fe806859114d6056 (diff) |
deprecate apply-macro
-rw-r--r-- | src/main/clojure/clojure/contrib/apply_macro.clj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/clojure/clojure/contrib/apply_macro.clj b/src/main/clojure/clojure/contrib/apply_macro.clj index 19a926d3..9df85407 100644 --- a/src/main/clojure/clojure/contrib/apply_macro.clj +++ b/src/main/clojure/clojure/contrib/apply_macro.clj @@ -17,8 +17,10 @@ ;; don't have to, ok? Look but don't touch. Use this lib and you'll ;; go blind. +;; DEPRECATED in 1.2 with no replacement. -(ns clojure.contrib.apply-macro) +(ns ^{:deprecated "1.2"} + clojure.contrib.apply-macro) ;; Copied from clojure.core/spread, which is private. (defn- spread |