Skip to content

Commit deb35d9

Browse files
committed
Denote properly an unused parameter
1 parent ab1b205 commit deb35d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ replacement for `cljr-expand-let`."
543543
;; `electric-layout-post-self-insert-function' prevents indentation in strings
544544
;; and comments, force indentation in docstrings:
545545
(add-hook 'electric-indent-functions
546-
(lambda (char) (if (clojure-in-docstring-p) 'do-indent))))
546+
(lambda (_char) (if (clojure-in-docstring-p) 'do-indent))))
547547

548548
(defcustom clojure-verify-major-mode t
549549
"If non-nil, warn when activating the wrong `major-mode'."

0 commit comments

Comments
 (0)