Rename Groovy REPL command
+java/groovy-open-repl -> +java/open-groovy-repl: the old name's format can't be found via `+eval-open-repl`
This commit is contained in:
parent
8b124db899
commit
a7753dd058
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ root)."
|
|||
"ClassName"))
|
||||
|
||||
;;;###autoload
|
||||
(defun +java/groovy-open-repl ()
|
||||
(defun +java/open-groovy-repl ()
|
||||
"Open a Groovy REPL."
|
||||
(interactive)
|
||||
(call-interactively #'run-groovy)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue