Skip to content

Commit 14eb022

Browse files
syohexbbatsov
authored andcommitted
Remove needless quote from the choices
1 parent 5bba485 commit 14eb022

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Bump the injected nREPL version to 1.0.
88

9+
### Bugs fixed
10+
11+
- Remove needless quotes from the choices of `cider-jack-in-auto-inject-clojure`
12+
913
## 1.5.0 (2022-08-24)
1014

1115
### New features

cider.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,8 @@ which will be the lowest version CIDER supports. If a string, use this as
449449
the version number. If it is a list, the first element should be a string,
450450
specifying the artifact ID, and the second element the version number."
451451
:type '(choice (const :tag "None" nil)
452-
(const :tag "Latest" 'latest)
453-
(const :tag "Minimal" 'minimal)
452+
(const :tag "Latest" latest)
453+
(const :tag "Minimal" minimal)
454454
(string :tag "Specific Version")
455455
(list :tag "Artifact ID and Version"
456456
(string :tag "Artifact ID")

0 commit comments

Comments
 (0)