Mercurial > emacs
changeset 78688:169408eb6887
(c-constant-kwds): Add java: null, true, false.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 28 Aug 2007 02:50:28 +0000 |
parents | 429a17d4958d |
children | 06737af330c9 |
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 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