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 75c2889 commit 9599ae2Copy full SHA for 9599ae2
clojure-mode.el
@@ -469,7 +469,7 @@ val} as of Clojure 1.9.")
469
(declare-function paredit-close-curly "ext:paredit" t t)
470
(declare-function paredit-convolute-sexp "ext:paredit")
471
472
-(defun clojure--replace-let-bindings-and-indent ()
+(defun clojure--replace-let-bindings-and-indent (&rest _)
473
"Replace let bindings and indent."
474
(save-excursion
475
(backward-sexp)
0 commit comments