]> git.eshelyaron.com Git - emacs.git/commit
Fix a CC Mode brace stack cache bug.
authorAlan Mackenzie <acm@muc.de>
Mon, 2 Oct 2017 14:42:13 +0000 (14:42 +0000)
committerAlan Mackenzie <acm@muc.de>
Mon, 2 Oct 2017 14:42:13 +0000 (14:42 +0000)
commit712cc158772697058c1436a6e5bacc00d262f49c
treef8c68b3b2f4897231d7552387841a81c87ee2a8a
parentf71569ac82fb216b01df1c25b814a775a30fd309
Fix a CC Mode brace stack cache bug.

* lisp/progmodes/cc-engine.el (c-update-brace-stack): Call
c-beginning-of-current-token after a failing search operation, to ensure we
don't cache a point inside a token.
lisp/progmodes/cc-engine.el