* progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
value to t.
+2013-07-27 Alan Mackenzie <acm@muc.de>
+
+ Fontify a Java generic method as a function.
+ * progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
+ value to t.
+
2013-07-27 Stephen Berman <stephen.berman@gmx.net>
* calendar/todo-mode.el: Add command to rename todo files.
`c-<>-arglist-kwds'. If there's an identifier before then the whole
expression is considered to be a type."
t (or (consp (c-lang-const c-<>-type-kwds))
- (consp (c-lang-const c-<>-arglist-kwds))))
+ (consp (c-lang-const c-<>-arglist-kwds)))
+ java t)
(c-lang-defvar c-recognize-<>-arglists (c-lang-const c-recognize-<>-arglists))
(c-lang-defconst c-enums-contain-decls