Skip to content

Commit 19d7b4b

Browse files
xiongtxbbatsov
authored andcommitted
Ignore unused parameter cmd in cider--debug-mode
See: https://travis-ci.org/clojure-emacs/cider/jobs/317868987#L1051
1 parent e472e0d commit 19d7b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-debug.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ In order to work properly, this mode must be activated by
320320
(apply-partially #'cider--debug-lexical-eval
321321
(nrepl-dict-get cider--debug-mode-response "key")))
322322
;; Set the keymap.
323-
(nrepl-dict-map (lambda (char cmd)
323+
(nrepl-dict-map (lambda (char _cmd)
324324
(unless (string= char "h") ; `here' needs a special command.
325325
(define-key cider--debug-mode-map char #'cider-debug-mode-send-reply))
326326
(when (string= char "o")

0 commit comments

Comments
 (0)