Mercurial > emacs
changeset 82924:95004fac3361
(c-constant-kwds): Add java: null, true, false.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 28 Aug 2007 02:49:48 +0000 |
parents | ef5d155a2ee3 |
children | ddc8fcf763c1 |
files | lisp/progmodes/cc-langs.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-langs.el Tue Aug 28 02:49:36 2007 +0000 +++ b/lisp/progmodes/cc-langs.el Tue Aug 28 02:49:48 2007 +0000 @@ -2075,6 +2075,7 @@ "false" "true") ; Defined in C99. objc '("nil" "Nil") idl '("TRUE" "FALSE") + java '("true" "false" "null") ; technically "literals", not keywords pike '("UNDEFINED")) ;; Not a keyword, but practically works as one. (c-lang-defconst c-primary-expr-kwds