Skip to content

Commit 3aa7f02

Browse files
committed
Remove spurious (interactive) from inf-clojure--prompt-repl-type
Private helper function should not be interactive. It's only called internally from inf-clojure and inf-clojure-socket-repl.
1 parent 4397e30 commit 3aa7f02

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

inf-clojure.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,7 @@ buffers after they are created with `rename-buffer'."
280280
(message "Current inf-clojure REPL set to %s" new-repl-buffer)))
281281

282282
(defun inf-clojure--prompt-repl-type ()
283-
"Set the REPL type to one of the available implementations."
284-
(interactive)
283+
"Prompt for a REPL type and return it as a symbol."
285284
(let ((types (mapcar #'car inf-clojure-repl-features)))
286285
(intern
287286
(completing-read "Set REPL type: "

0 commit comments

Comments
 (0)