emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-langs.el, v [EMACS_22_B


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-langs.el, v [EMACS_22_BASE]
Date: Tue, 28 Aug 2007 02:50:28 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/08/28 02:50:28

Index: cc-langs.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/cc-langs.el,v
retrieving revision 1.47.2.3
retrieving revision 1.47.2.4
diff -u -b -r1.47.2.3 -r1.47.2.4
--- cc-langs.el 25 Aug 2007 16:54:09 -0000      1.47.2.3
+++ cc-langs.el 28 Aug 2007 02:50:28 -0000      1.47.2.4
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]