emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 10f2aedea9: ; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): d


From: Mattias Engdegård
Subject: emacs-29 10f2aedea9: ; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): delete duplicate
Date: Mon, 13 Feb 2023 09:08:27 -0500 (EST)

branch: emacs-29
commit 10f2aedea9a47a9a12b194344504e418a12b26e5
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): delete duplicate
---
 lisp/progmodes/c-ts-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el
index af7aa1c3a0..04f6888194 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]