]> git.eshelyaron.com Git - emacs.git/commit
CC Mode: Fontify correctly a brace list element followed only by syntactic WS
authorAlan Mackenzie <acm@muc.de>
Fri, 26 Aug 2022 15:51:21 +0000 (15:51 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 26 Aug 2022 15:51:21 +0000 (15:51 +0000)
commit233c91d32adff3978931fbc78c27ef1d1560cf96
treee5c0f6565b28c852eb72709bacc2516ad020dc53
parentbe2e6228f8c9c57d2809bdd953d065ebfc63d4c4
CC Mode: Fontify correctly a brace list element followed only by syntactic WS

This fixes a regression introduced in the fix for bug #56841 on 2022-08-24.

* lisp/progmodes/cc-engine (c-forward-declarator): Allow point to be at EOB
after the call to c-forward-name, rather than rejecting it as an invalid
declarator.  Also reindent a section of this function.
lisp/progmodes/cc-engine.el