[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r113571: Fontify a Java generic method as a function
From: |
Alan Mackenzie |
Subject: |
[Emacs-diffs] trunk r113571: Fontify a Java generic method as a function. |
Date: |
Sat, 27 Jul 2013 17:36:59 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 113571
revision-id: address@hidden
parent: address@hidden
committer: Alan Mackenzie <address@hidden>
branch nick: trunk
timestamp: Sat 2013-07-27 17:35:04 +0000
message:
Fontify a Java generic method as a function.
* progmodes/cc-langs.el (c-recognize-<>-arglists): Set the Java
value to t.
modified:
lisp/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1432
lisp/progmodes/cc-langs.el cclangs.el-20091113204419-o5vbwnq5f7feedwu-1228
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2013-07-27 15:58:56 +0000
+++ b/lisp/ChangeLog 2013-07-27 17:35:04 +0000
@@ -1,3 +1,9 @@
+2013-07-27 Alan Mackenzie <address@hidden>
+
+ 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 <address@hidden>
* calendar/todo-mode.el: Add command to rename todo files.
=== modified file 'lisp/progmodes/cc-langs.el'
--- a/lisp/progmodes/cc-langs.el 2013-07-27 12:07:43 +0000
+++ b/lisp/progmodes/cc-langs.el 2013-07-27 17:35:04 +0000
@@ -2950,7 +2950,8 @@
`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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r113571: Fontify a Java generic method as a function.,
Alan Mackenzie <=