emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 975ed78919 1/3: Put a space after prompt


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 975ed78919 1/3: Put a space after prompt
Date: Tue, 8 Feb 2022 11:58:27 -0500 (EST)

branch: elpa/inf-clojure
commit 975ed78919ff50ddc290a0630502c42cee3e9a81
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Put a space after prompt
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 45347663e4..2008939d6b 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -282,7 +282,7 @@ See 
http://blog.jorgenschaefer.de/2014/05/race-conditions-in-emacs-process-filte
   (interactive)
   (let ((types (mapcar #'car inf-clojure-repl-features)))
     (intern
-     (completing-read "Set REPL type:"
+     (completing-read "Set REPL type: "
                       (sort (mapcar #'symbol-name types) #'string-lessp)))))
 
 (defgroup inf-clojure nil



reply via email to

[Prev in Thread] Current Thread [Next in Thread]