From: Mattias EngdegÄrd Date: Mon, 13 Feb 2023 13:53:48 +0000 (+0100) Subject: ; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): delete duplicate X-Git-Tag: emacs-29.0.90~426^2~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10f2aedea9a47a9a12b194344504e418a12b26e5;p=emacs.git ; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): delete duplicate --- diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index af7aa1c3a0e..04f68881945 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -772,8 +772,7 @@ the semicolon. This function skips the semicolon." `((block . ,(rx (or "compound_statement" "field_declaration_list" "enumerator_list" - "initializer_list" - "field_declaration_list"))) + "initializer_list"))) (if . "if_statement") (else . ("if_statement" . "alternative")) (do . "do_statement")