]> git.eshelyaron.com Git - emacs.git/commit
Cope better with C++ and Objective-C protection keywords in class declarations
authorAlan Mackenzie <acm@muc.de>
Sat, 16 Sep 2017 11:31:38 +0000 (11:31 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 16 Sep 2017 11:31:38 +0000 (11:31 +0000)
commit4ea37c2b8b0c5a68fde59770c3536195e0972217
tree4d961e699f3379139974cef30e8b7d26e0e7b4a1
parent2d53f8783ff8e48d91809741adab6a2402587fad
Cope better with C++ and Objective-C protection keywords in class declarations

This fix fixes the fontification of a method inside a class at the time it is
typed, when there is a protection keyword clause preceding it.

* lisp/progmodes/cc-engine.el (c-forward-keyword-clause): Handle protection
keywords.
(c-looking-at-decl-block): Avoid scanning forward over protection keyword
clauses too eagerly.

* lisp/progmodes/cc-langs.el (c-protection-key c-post-protection-token): New
lang defconsts and defvars.

* lisp/progmodes/cc-mode.el (c-fl-decl-start): When we encounter a protection
keyword following a semicolon or brace, move forward over it before attempting
to parse a type.
lisp/progmodes/cc-engine.el
lisp/progmodes/cc-langs.el
lisp/progmodes/cc-mode.el