+2007-08-28 Glenn Morris <rgm@gnu.org>
+
+ * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false,
+ null.
+
2007-08-27 Alexandre Julliard <julliard@winehq.org>
* vc-git.el (vc-git-state): Call git-add --refresh to update the
(vc-git-workfile-unchanged-p): Delegate implementation to
vc-git-state.
(vc-git-create-repo): Fixed invalid command.
-
+
2007-08-27 Richard Stallman <rms@gnu.org>
* textmodes/flyspell.el (flyspell-mode):
"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