projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8657581
)
; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): delete duplicate
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 13 Feb 2023 13:53:48 +0000
(14:53 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 13 Feb 2023 14:07:57 +0000
(15:07 +0100)
lisp/progmodes/c-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/c-ts-mode.el
b/lisp/progmodes/c-ts-mode.el
index af7aa1c3a0eb632f8c41d509e740476beffdf0a6..04f688819455fd47d7c30d5de5b05e3f4d47ad34 100644
(file)
--- 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")