]> git.eshelyaron.com Git - emacs.git/commitdiff
Fontify a Java generic method as a function.
authorAlan Mackenzie <acm@muc.de>
Sat, 27 Jul 2013 17:35:04 +0000 (17:35 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 27 Jul 2013 17:35:04 +0000 (17:35 +0000)
* progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
value to t.

lisp/ChangeLog
lisp/progmodes/cc-langs.el

index 9dec56b78e8dfd4adb0a64c38759faeb41578bc0..a0680662e5302a96799691c0d3a7ba7864e0e873 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 4e488344e165ebd30b03b74151143dd880f29686..2c0a1317b046c9371470d5f25122d5ff2a0bed8c 100644 (file)
@@ -2950,7 +2950,8 @@ identifier or one of the keywords on `c-<>-type-kwds' or
 `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