Skip to content

Commit 431c068

Browse files
arichiardibbatsov
authored andcommitted
Fix three "variable is void" bugs
1 parent 4e80276 commit 431c068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inf-clojure.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ If you are using REPL types, it will pickup the most approapriate
719719
`inf-clojure-ns-vars-form` variant."
720720
(pcase (inf-clojure--set-repl-type (inf-clojure-proc))
721721
(`lumo inf-clojure-ns-vars-form-lumo)
722-
(`planck inf-clojure-ns-vars-form-lumo)
722+
(`planck inf-clojure-ns-vars-form-planck)
723723
(_ inf-clojure-ns-vars-form)))
724724

725725
(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
742742
`inf-clojure-set-ns-form` variant."
743743
(pcase (inf-clojure--set-repl-type (inf-clojure-proc))
744744
(`planck inf-clojure-set-ns-form-planck)
745-
(_ inf-clojure-ns-form)))
745+
(_ inf-clojure-set-ns-form)))
746746

747747
(define-obsolete-variable-alias 'inf-clojure-set-ns-command 'inf-clojure-set-ns-form "2.0.0")
748748

@@ -809,7 +809,7 @@ If you are using REPL types, it will pickup the most approapriate
809809
If you are using REPL types, it will pickup the most approapriate
810810
`inf-clojure-macroexpand-1-form` variant."
811811
(pcase (inf-clojure--set-repl-type (inf-clojure-proc))
812-
(`planck inf-clojure-macroexpand-1-planck)
812+
(`planck inf-clojure-macroexpand-1-form-planck)
813813
(_ inf-clojure-macroexpand-1-form)))
814814

815815
(define-obsolete-variable-alias 'inf-clojure-macroexpand-1-command 'inf-clojure-macroexpand-1-form "2.0.0")

0 commit comments

Comments
 (0)