]> git.eshelyaron.com Git - emacs.git/commit
Make sure treesit-local-parsers-on works when BEG = END (bug#76398)
authorYuan Fu <casouri@gmail.com>
Tue, 11 Mar 2025 08:34:06 +0000 (01:34 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Mar 2025 18:58:53 +0000 (19:58 +0100)
commit3a610f81903b27ff693e6d8cc0500032736bdb31
treef71c911d9402f5569e7a960bc18df952bde23c81
parenta8808e8a3d4c593fcf14107e2cab453834595fa5
Make sure treesit-local-parsers-on works when BEG = END (bug#76398)

(Unrelated to the topic of the bug, but mentioned in the thread.)

* lisp/treesit.el (treesit-local-parsers-on): Use overlays-at
when BEG = END.

(cherry picked from commit abaff36c3c26850fe883d44fa8a3359a90322d06)
lisp/treesit.el