@@ -4133,17 +4133,17 @@ If injecting the dependencies is not preferred set `cljr-inject-dependencies-at-
4133
4133
(add-hook 'cider-connected-hook #'cljr--init-middleware )
4134
4134
4135
4135
; ; moved to Clojure mode, made obsolete here
4136
- (define-obsolete-variable-alias 'cljr-thread-all-but-last 'clojure-thread-all-but-last " 2.3.0-SNAPSHOT " )
4137
- (define-obsolete-variable-alias 'cljr-use-metadata-for-privacy 'clojure-use-metadata-for-privacy " 2.3.0-SNAPSHOT " )
4138
-
4139
- (define-obsolete-function-alias 'cljr-thread 'clojure-thread " 2.3.0-SNAPSHOT " )
4140
- (define-obsolete-function-alias 'cljr-thread-first-all 'clojure-thread-first-all " 2.3.0-SNAPSHOT " )
4141
- (define-obsolete-function-alias 'cljr-thread-last-all 'clojure-thread-last-all " 2.3.0-SNAPSHOT " )
4142
- (define-obsolete-function-alias 'cljr-unwind 'clojure-unwind " 2.3.0-SNAPSHOT " )
4143
- (define-obsolete-function-alias 'cljr-unwind-all 'clojure-unwind-all " 2.3.0-SNAPSHOT " )
4144
- (define-obsolete-function-alias 'cljr-cycle-privacy 'clojure-cycle-privacy " 2.3.0-SNAPSHOT " )
4145
- (define-obsolete-function-alias 'cljr-cycle-if 'clojure-cycle-if " 2.3.0-SNAPSHOT " )
4146
- (make-obsolete 'cljr-cycle-coll " reworked into convert collection to list, quoted list, map, vector, set in Clojure mode." " 2.3.0-SNAPSHOT " )
4136
+ (define-obsolete-variable-alias 'cljr-thread-all-but-last 'clojure-thread-all-but-last " 2.3.0" )
4137
+ (define-obsolete-variable-alias 'cljr-use-metadata-for-privacy 'clojure-use-metadata-for-privacy " 2.3.0" )
4138
+
4139
+ (define-obsolete-function-alias 'cljr-thread 'clojure-thread " 2.3.0" )
4140
+ (define-obsolete-function-alias 'cljr-thread-first-all 'clojure-thread-first-all " 2.3.0" )
4141
+ (define-obsolete-function-alias 'cljr-thread-last-all 'clojure-thread-last-all " 2.3.0" )
4142
+ (define-obsolete-function-alias 'cljr-unwind 'clojure-unwind " 2.3.0" )
4143
+ (define-obsolete-function-alias 'cljr-unwind-all 'clojure-unwind-all " 2.3.0" )
4144
+ (define-obsolete-function-alias 'cljr-cycle-privacy 'clojure-cycle-privacy " 2.3.0" )
4145
+ (define-obsolete-function-alias 'cljr-cycle-if 'clojure-cycle-if " 2.3.0" )
4146
+ (make-obsolete 'cljr-cycle-coll " reworked into convert collection to list, quoted list, map, vector, set in Clojure mode." " 2.3.0" )
4147
4147
4148
4148
; ; ------ minor mode -----------
4149
4149
;;;### autoload
0 commit comments