Skip to content

Commit 9599ae2

Browse files
authored
[Fix #576] Make clojure--replace-let-bindings-and-indent accept any number of args and ignore those (#577)
This fixes advice for paredit.
1 parent 75c2889 commit 9599ae2

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
@@ -469,7 +469,7 @@ val} as of Clojure 1.9.")
469469
(declare-function paredit-close-curly "ext:paredit" t t)
470470
(declare-function paredit-convolute-sexp "ext:paredit")
471471

472-
(defun clojure--replace-let-bindings-and-indent ()
472+
(defun clojure--replace-let-bindings-and-indent (&rest _)
473473
"Replace let bindings and indent."
474474
(save-excursion
475475
(backward-sexp)

0 commit comments

Comments
 (0)