summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2023-02-13 14:53:48 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2023-02-13 15:07:57 +0100
commit10f2aedea9a47a9a12b194344504e418a12b26e5 (patch)
tree709daf55d0cbc463ce044cab69e1a280574e75f1
parent865758130a1126fd38603c445baba7b74fb35329 (diff)
downloademacs-10f2aedea9a.tar.gz
; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): delete duplicate
-rw-r--r--lisp/progmodes/c-ts-mode.el3
1 files changed, 1 insertions, 2 deletions
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")