diff options
| -rw-r--r-- | lisp/progmodes/cc-langs.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index dcffc0d31b4..814a85c72a6 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el | |||
| @@ -2786,7 +2786,7 @@ Keywords here should also be in `c-block-stmt-1-kwds'." | |||
| 2786 | java '("for" "if" "switch" "while" "catch" "synchronized") | 2786 | java '("for" "if" "switch" "while" "catch" "synchronized") |
| 2787 | idl nil | 2787 | idl nil |
| 2788 | pike '("for" "if" "switch" "while" "foreach") | 2788 | pike '("for" "if" "switch" "while" "foreach") |
| 2789 | awk '("for" "if" "while")) | 2789 | awk '("for" "if" "switch" "while")) |
| 2790 | 2790 | ||
| 2791 | (c-lang-defconst c-block-stmt-2-key | 2791 | (c-lang-defconst c-block-stmt-2-key |
| 2792 | ;; Regexp matching the start of any statement followed by a paren sexp | 2792 | ;; Regexp matching the start of any statement followed by a paren sexp |
| @@ -2866,8 +2866,7 @@ nevertheless contains a list separated with `;' and not `,'." | |||
| 2866 | (c-lang-defconst c-case-kwds | 2866 | (c-lang-defconst c-case-kwds |
| 2867 | "The keyword(s) which introduce a \"case\" like construct. | 2867 | "The keyword(s) which introduce a \"case\" like construct. |
| 2868 | This construct is \"<keyword> <expression> :\"." | 2868 | This construct is \"<keyword> <expression> :\"." |
| 2869 | t '("case") | 2869 | t '("case")) |
| 2870 | awk nil) | ||
| 2871 | 2870 | ||
| 2872 | (c-lang-defconst c-case-kwds-regexp | 2871 | (c-lang-defconst c-case-kwds-regexp |
| 2873 | ;; Adorned regexp matching any "case"-like keyword. | 2872 | ;; Adorned regexp matching any "case"-like keyword. |