From: Glenn Morris Date: Tue, 28 Aug 2007 02:51:09 +0000 (+0000) Subject: (c-constant-kwds): Add java: null, true, false. X-Git-Tag: emacs-pretest-22.1.90~887 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbd4de656d455bce5d8c12422d2c33af8a9c190f;p=emacs.git (c-constant-kwds): Add java: null, true, false. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fbfa25d3a5d..b8346887ab1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2007-08-28 Glenn Morris + + * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, + null. + 2007-08-27 Alexandre Julliard * vc-git.el (vc-git-state): Call git-add --refresh to update the @@ -5,7 +10,7 @@ (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state. (vc-git-create-repo): Fixed invalid command. - + 2007-08-27 Richard Stallman * textmodes/flyspell.el (flyspell-mode): diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 5f9dbad3be2..d0ff9c523ad 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -2075,6 +2075,7 @@ nevertheless contains a list separated with ';' and not ','." "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