]> git.eshelyaron.com Git - emacs.git/commit
Fix treesit-indent-region
authorYuan Fu <casouri@gmail.com>
Wed, 1 Mar 2023 07:51:06 +0000 (23:51 -0800)
committerYuan Fu <casouri@gmail.com>
Wed, 1 Mar 2023 08:55:51 +0000 (00:55 -0800)
commit4a6db125b9ee5d681aa09d86c9283526f204b274
tree86fd5f1bd632082c5d195099d226bd54ff77b5dc
parent7ef9a8210c9b6c2adf6094d8e85a50edd91e54e3
Fix treesit-indent-region

Fix it for the case where there is no suitable rule for the line.
Right now treesit-indent-region would indent the line to column 0.
After the change the indentation is not altered.

* lisp/treesit.el (treesit-indent-region): Handle the case where
ANCHOR or OFFSET is nil specially.
lisp/treesit.el