]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): delete duplicate
authorMattias Engdegård <mattiase@acm.org>
Mon, 13 Feb 2023 13:53:48 +0000 (14:53 +0100)
committerMattias Engdegård <mattiase@acm.org>
Mon, 13 Feb 2023 14:07:57 +0000 (15:07 +0100)
lisp/progmodes/c-ts-mode.el

index af7aa1c3a0eb632f8c41d509e740476beffdf0a6..04f688819455fd47d7c30d5de5b05e3f4d47ad34 100644 (file)
@@ -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")