]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-constant-kwds): Add java: null, true, false.
authorGlenn Morris <rgm@gnu.org>
Tue, 28 Aug 2007 02:52:58 +0000 (02:52 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 28 Aug 2007 02:52:58 +0000 (02:52 +0000)
admin/ChangeLog
lisp/progmodes/cc-langs.el

index 3cb98270c8bed8d156bc5cdc23b1a2a65b4fde0f..10cec99a09b98ac2243957a7bfe22157997bd18b 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-28  Glenn Morris  <rgm@gnu.org>
+
+       * admin.el: Provide self.
+
 2007-08-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * FOR-RELEASE (http): Add Gtk+ tool bar and GUD focus problem.
index 5f9dbad3be2c27b5162ec3f60b5d2c7cfdaaff98..d0ff9c523ade6d91a284ab14783f37bc78eeb187 100644 (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