]> git.eshelyaron.com Git - emacs.git/commit
Java Mode: Fix fontification of variable decl inside `for'
authorAlan Mackenzie <acm@muc.de>
Sun, 23 Feb 2020 12:41:20 +0000 (12:41 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 23 Feb 2020 12:41:20 +0000 (12:41 +0000)
commit693749c60fd7b3bdd22680c1f06158a7a6e5bd63
treeedb9fe09c6294be3e481cde4a9d7b838b0e84720
parent884b68ca2c63c98d3fa90ca5f11b47286d2fb85c
Java Mode: Fix fontification of variable decl inside `for'

* lisp/progmodes/cc-engine.el (c-forward-declarator): In place of a test for
C++ Mode, test for either C++ Mode or Java Mode.
lisp/progmodes/cc-engine.el