We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa71aa commit 23cb95dCopy full SHA for 23cb95d
cider-util.el
@@ -54,7 +54,7 @@ buffer-local wherever it is set."
54
(defun cider-util--hash-keys (hashtable)
55
"Return a list of keys in HASHTABLE."
56
(let ((keys '()))
57
- (maphash (lambda (k v) (setq keys (cons k keys))) hashtable)
+ (maphash (lambda (k _v) (setq keys (cons k keys))) hashtable)
58
keys))
59
60
(defun cider-util--clojure-buffers ()
0 commit comments