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

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

[nongnu] elpa/inf-clojure 7272678 007/313: clojure -> Clojure


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 7272678 007/313: clojure -> Clojure
Date: Wed, 11 Aug 2021 09:59:35 -0400 (EDT)

branch: elpa/inf-clojure
commit 7272678042c18fd3a379085c3a0a5adb8b95082e
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@batsov.com>

    clojure -> Clojure
---
 inf-clojure.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 758d94a..0214345 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -219,7 +219,7 @@ of `inf-clojure-program').  Runs the hooks from
 `inf-clojure-mode-hook' (after the `comint-mode-hook' is run).
 \(Type \\[describe-mode] in the process buffer for a list of commands.)"
   (interactive (list (if current-prefix-arg
-                         (read-string "Run clojure: " inf-clojure-program)
+                         (read-string "Run Clojure: " inf-clojure-program)
                        inf-clojure-program)))
   (if (not (comint-check-proc "*inf-clojure*"))
       (let ((cmdlist (split-string cmd)))



reply via email to

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