diff options
Diffstat (limited to 'lisp/progmodes')
| -rw-r--r-- | lisp/progmodes/cc-langs.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 ','." | |||
| 2075 | "false" "true") ; Defined in C99. | 2075 | "false" "true") ; Defined in C99. |
| 2076 | objc '("nil" "Nil") | 2076 | objc '("nil" "Nil") |
| 2077 | idl '("TRUE" "FALSE") | 2077 | idl '("TRUE" "FALSE") |
| 2078 | java '("true" "false" "null") ; technically "literals", not keywords | ||
| 2078 | pike '("UNDEFINED")) ;; Not a keyword, but practically works as one. | 2079 | pike '("UNDEFINED")) ;; Not a keyword, but practically works as one. |
| 2079 | 2080 | ||
| 2080 | (c-lang-defconst c-primary-expr-kwds | 2081 | (c-lang-defconst c-primary-expr-kwds |