aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-langs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el
index ee5a5a6503f..07f5ef44d11 100644
--- a/lisp/progmodes/cc-langs.el
+++ b/lisp/progmodes/cc-langs.el
@@ -2400,7 +2400,7 @@ This construct is \"<keyword> <expression> :\"."
2400 "false" "true") ; Defined in C99. 2400 "false" "true") ; Defined in C99.
2401 c++ (append 2401 c++ (append
2402 '("nullptr") 2402 '("nullptr")
2403 (c-lang-const c-constant-kwds)) 2403 (c-lang-const c-constant-kwds c))
2404 objc '("nil" "Nil" "YES" "NO" "NS_DURING" "NS_HANDLER" "NS_ENDHANDLER") 2404 objc '("nil" "Nil" "YES" "NO" "NS_DURING" "NS_HANDLER" "NS_ENDHANDLER")
2405 idl '("TRUE" "FALSE") 2405 idl '("TRUE" "FALSE")
2406 java '("true" "false" "null") ; technically "literals", not keywords 2406 java '("true" "false" "null") ; technically "literals", not keywords