@@ -719,7 +719,7 @@ If you are using REPL types, it will pickup the most approapriate
719
719
`inf-clojure-ns-vars-form` variant."
720
720
(pcase (inf-clojure--set-repl-type (inf-clojure-proc))
721
721
(`lumo inf-clojure-ns-vars-form-lumo)
722
- (`planck inf-clojure-ns-vars-form-lumo )
722
+ (`planck inf-clojure-ns-vars-form-planck )
723
723
(_ inf-clojure-ns-vars-form)))
724
724
725
725
(define-obsolete-variable-alias 'inf-clojure-ns-vars-command 'inf-clojure-ns-vars-form " 2.0.0" )
@@ -742,7 +742,7 @@ If you are using REPL types, it will pickup the most approapriate
742
742
`inf-clojure-set-ns-form` variant."
743
743
(pcase (inf-clojure--set-repl-type (inf-clojure-proc))
744
744
(`planck inf-clojure-set-ns-form-planck)
745
- (_ inf-clojure-ns-form)))
745
+ (_ inf-clojure-set- ns-form)))
746
746
747
747
(define-obsolete-variable-alias 'inf-clojure-set-ns-command 'inf-clojure-set-ns-form " 2.0.0" )
748
748
@@ -809,7 +809,7 @@ If you are using REPL types, it will pickup the most approapriate
809
809
If you are using REPL types, it will pickup the most approapriate
810
810
`inf-clojure-macroexpand-1-form` variant."
811
811
(pcase (inf-clojure--set-repl-type (inf-clojure-proc))
812
- (`planck inf-clojure-macroexpand-1-planck)
812
+ (`planck inf-clojure-macroexpand-1-form- planck)
813
813
(_ inf-clojure-macroexpand-1-form)))
814
814
815
815
(define-obsolete-variable-alias 'inf-clojure-macroexpand-1-command 'inf-clojure-macroexpand-1-form " 2.0.0" )
0 commit comments