1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

; * lisp/treesit.el (treesit--indent-1): Add missing call.

This commit is contained in:
Yuan Fu 2023-09-08 09:07:46 -07:00
parent 34b1ed3f5e
commit 2db725fb24
No known key found for this signature in database
GPG Key ID: 56E19BC57664A442

View File

@ -1625,7 +1625,8 @@ Return (ANCHOR . OFFSET). This function is used by
(local-parsers (treesit-local-parsers-at bol))
(smallest-node
(cond ((null (treesit-parser-list)) nil)
(local-parsers (car local-parsers))
(local-parsers (treesit-node-at
bol (car local-parsers)))
((eq 1 (length (treesit-parser-list)))
(treesit-node-at bol))
((treesit-language-at (point))