diff lisp/progmodes/cc-langs.el @ 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 d9f04596fa48
children a1342e6e097a dcd4f2cd850a b83d0dadb2a7
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