]> git.eshelyaron.com Git - emacs.git/commit
Fix c-ts-mode--looking-at-star
authorYuan Fu <casouri@gmail.com>
Sat, 7 Jan 2023 23:26:56 +0000 (15:26 -0800)
committerYuan Fu <casouri@gmail.com>
Sun, 8 Jan 2023 00:09:40 +0000 (16:09 -0800)
commit757c2c25922e9c9dea33dd34f0112b631ea5c208
tree10d1cdc60d0fa539b629c258ffde4eafc31b54d0
parent1df2826639c912396fac0af108301533dac71406
Fix c-ts-mode--looking-at-star

Not the topic of bug#60270 but reported in one of the replies.

* lisp/progmodes/c-ts-mode.el (c-ts-mode--looking-at-star): Check not
the character after point but character after BOL. Otherwise
indentation is wrong when point is not at BOL.
lisp/progmodes/c-ts-mode.el