]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Correct a rare error in the state cache
authorAlan Mackenzie <acm@muc.de>
Tue, 17 May 2022 11:26:05 +0000 (11:26 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 17 May 2022 11:26:05 +0000 (11:26 +0000)
commit3ef68c2d7a3d7c314cebc27b7cbeb3016211b53e
tree9424af6d391d664e9bfe24b4460d9356866b5f8e
parent71249b774aa04b8cd46e4201c17470e59cd32dff
CC Mode: Correct a rare error in the state cache

* lisp/progmodes/cc-engine.el (c-append-lower-brace-pair-to-state-cache): Do
not record a position in a macro as the starting position in
c-state-brace-pair-desert.  Instead record the position at the beginning of
that macro.
lisp/progmodes/cc-engine.el