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

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

[nongnu] elpa/cider 14eb022902: Remove needless quote from the choices


From: ELPA Syncer
Subject: [nongnu] elpa/cider 14eb022902: Remove needless quote from the choices
Date: Tue, 30 Aug 2022 00:58:31 -0400 (EDT)

branch: elpa/cider
commit 14eb022902da2ca2b86162c9b49aa9ccac1b50d3
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Remove needless quote from the choices
---
 CHANGELOG.md | 4 ++++
 cider.el     | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index befee12b20..48006cef77 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
 
 - Bump the injected nREPL version to 1.0.
 
+### Bugs fixed
+
+- Remove needless quotes from the choices of 
`cider-jack-in-auto-inject-clojure`
+
 ## 1.5.0 (2022-08-24)
 
 ### New features
diff --git a/cider.el b/cider.el
index 38202e6dc1..b9a8eb9c23 100644
--- a/cider.el
+++ b/cider.el
@@ -449,8 +449,8 @@ which will be the lowest version CIDER supports.  If a 
string, use this as
 the version number.  If it is a list, the first element should be a string,
 specifying the artifact ID, and the second element the version number."
   :type '(choice (const :tag "None" nil)
-                 (const :tag "Latest" 'latest)
-                 (const :tag "Minimal" 'minimal)
+                 (const :tag "Latest" latest)
+                 (const :tag "Minimal" minimal)
                  (string :tag "Specific Version")
                  (list :tag "Artifact ID and Version"
                        (string :tag "Artifact ID")



reply via email to

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