Skip to content

Commit 7867ed5

Browse files
committed
Fix bytecompile
1 parent ce90a9b commit 7867ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-ts-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ forms like deftype, defrecord, reify, proxy, etc."
810810
(clojure-ts--match-fn-docstring parent)
811811
(clojure-ts--match-method-docstring parent))))
812812

813-
(defun clojure-ts--match-toplevel-with-meta (node parent _bol)
813+
(defun clojure-ts--match-toplevel-with-meta (_node parent _bol)
814814
"Match NODE when it is toplevel form and it has metadata"
815815
(let* ((grandparent (treesit-node-parent parent)))
816816
(and (string-equal "source" (treesit-node-type grandparent))

0 commit comments

Comments
 (0)