# HG changeset patch # User Glenn Morris # Date 1188269428 0 # Node ID 169408eb6887353b3faf2e97c3a396d63c44e6dc # Parent 429a17d4958da3df41eaa1bba3fdb3d05d634d22 (c-constant-kwds): Add java: null, true, false. diff -r 429a17d4958d -r 169408eb6887 lisp/progmodes/cc-langs.el --- a/lisp/progmodes/cc-langs.el Mon Aug 27 18:59:41 2007 +0000 +++ b/lisp/progmodes/cc-langs.el Tue Aug 28 02:50:28 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