Skip to content

Commit 5386582

Browse files
committed
Fix a compilation warning
1 parent d7593d2 commit 5386582

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
@@ -535,7 +535,7 @@ locking in def* forms that are not at top level."
535535
(progn
536536
;; move forward as much as possible until failure (or success)
537537
(forward-char)
538-
(dotimes (i 4)
538+
(dotimes (_ 4)
539539
(forward-sexp)))
540540
(error nil))
541541
(cons beg-def (point)))))

0 commit comments

Comments
 (0)