]> git.eshelyaron.com Git - emacs.git/commit
Fontify Java constructor names and arglists
authorAlan Mackenzie <acm@muc.de>
Fri, 26 May 2023 14:32:07 +0000 (14:32 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 26 May 2023 14:32:07 +0000 (14:32 +0000)
commitbb7605c087006b714236165f88341545355d3673
tree71f518582813e043e22fa761cd2f26571d86771b
parent1eb5faa26113afe5895955a74594e3d7cf6ffe98
Fontify Java constructor names and arglists

This fixes bug#63328.

* lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1): New
variable got-stmt-block.  After scanning an arglist, set
got-arglist to t.  When we have as yet no identifier,
got-arglist, and scan an open brace, test the "type" for being
the name of the enclosing class.
(c-directly-in-class-called-p): Test the two names for
equality, not merely one being the head of the other.
lisp/progmodes/cc-engine.el