1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-22 05:51:11 -07:00

(c-constant-kwds): Add java: null, true, false.

This commit is contained in:
Glenn Morris 2007-08-28 02:52:58 +00:00
parent fd45e2f4cd
commit bab9fcb48d
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2007-08-28 Glenn Morris <rgm@gnu.org>
* admin.el: Provide self.
2007-08-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* FOR-RELEASE (http): Add Gtk+ tool bar and GUD focus problem.

View file

@ -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