]> git.eshelyaron.com Git - emacs.git/commit
FIx spurious fontification of variable in Java Mode
authorAlan Mackenzie <acm@muc.de>
Mon, 22 Jul 2024 12:24:43 +0000 (12:24 +0000)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Jul 2024 16:56:35 +0000 (18:56 +0200)
commitec11a271f40035e946a549b4ff3c21bed6680562
tree43c2b98e6114cb712c3fe7b16ca8c9368a83787e
parent342cd093fe65b05686b8d344f8205a1db10e791c
FIx spurious fontification of variable in Java Mode

This fixes bug#72126.

* lisp/progmodes/cc-engine.el (c-forward-<>-arglist): Remove
tentative type identifier from c-record-type-identifiers should
it turn out not to be a type.

(cherry picked from commit caf7426f0ca280b7cf40736e595cad8f7361152f)
lisp/progmodes/cc-engine.el