doomemacs/modules/tools/tree-sitter/autoload
Henrik Lissner deaf794ccf
fix(tree-sitter): pre-30 compatibility
0d2f10d introduced a regression that broke the arity check in
`set-tree-sitter!` for pre-30 compatibility, because `func-arity`
returned the arity of the advice, not the advised function, so the
`commit` argument was always stored in `treesit-language-source-alist`,
even before it was supported, resulting in wrong-number-of-args errors
for users on Emacs <=29.

Amend: 0d2f10dcab
2025-12-04 04:42:04 -05:00
..
compat-30.el fix: backport treesit-available-p sooner 2025-09-15 18:53:31 -04:00
tree-sitter.el fix(tree-sitter): pre-30 compatibility 2025-12-04 04:42:04 -05:00