Skip to content

Commit 975ed78

Browse files
syohexbbatsov
authored andcommitted
Put a space after prompt
1 parent edbdd09 commit 975ed78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ See http://blog.jorgenschaefer.de/2014/05/race-conditions-in-emacs-process-filte
282282
(interactive)
283283
(let ((types (mapcar #'car inf-clojure-repl-features)))
284284
(intern
285-
(completing-read "Set REPL type:"
285+
(completing-read "Set REPL type: "
286286
(sort (mapcar #'symbol-name types) #'string-lessp)))))
287287

288288
(defgroup inf-clojure nil

0 commit comments

Comments
 (0)