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

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

[nongnu] elpa/cider 69e2f53e22 2/3: Fix a typo


From: ELPA Syncer
Subject: [nongnu] elpa/cider 69e2f53e22 2/3: Fix a typo
Date: Sun, 13 Feb 2022 04:58:27 -0500 (EST)

branch: elpa/cider
commit 69e2f53e227219e26cca911f2fae77cde8e2309e
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Fix a typo
---
 cider.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cider.el b/cider.el
index 9616bd7627..08985452c7 100644
--- a/cider.el
+++ b/cider.el
@@ -483,9 +483,9 @@ Added to `cider-jack-in-lein-plugins' (which see) when doing
   "Return a normalized list of Leiningen plugins to be injected.
 See `cider-jack-in-lein-plugins' for the format, except that the list
 returned by this function does not include keyword arguments."
-  (let (plugins (append cider-jack-in-lein-plugins
-                     `(("mx.cider/enrich-classpath" "1.8.0")
-                       ("cider/cider-nrepl" 
,cider-injected-middleware-version))))
+  (let ((plugins (append cider-jack-in-lein-plugins
+                         `(("mx.cider/enrich-classpath" "1.8.0")
+                           ("cider/cider-nrepl" 
,cider-injected-middleware-version)))))
     (thread-last plugins
       (seq-filter
        (lambda (spec)



reply via email to

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