emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 d13a329acf 3/8: ; Minor change in c-ts-mode--indent-styles


From: Yuan Fu
Subject: emacs-29 d13a329acf 3/8: ; Minor change in c-ts-mode--indent-styles
Date: Sun, 15 Jan 2023 04:17:44 -0500 (EST)

branch: emacs-29
commit d13a329acff37b37091e137e3b04669ab7aab9ae
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; Minor change in c-ts-mode--indent-styles
    
    ; * lisp/progmodes/c-ts-mode.el:
    (c-ts-mode--indent-styles): Move top-level label rule to GNU style.
---
 lisp/progmodes/c-ts-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el
index 5f8d7426cc..2e2bd6beeb 100644
--- a/lisp/progmodes/c-ts-mode.el
+++ b/lisp/progmodes/c-ts-mode.el
@@ -130,7 +130,6 @@ MODE is either `c' or `cpp'."
             c-ts-mode--comment-2nd-line-anchor
             1)
            ((parent-is "comment") prev-adaptive-prefix 0)
-           (c-ts-mode--top-level-label-matcher point-min 1)
            ((node-is "labeled_statement") parent-bol 0)
            ((parent-is "labeled_statement") parent-bol c-ts-mode-indent-offset)
            ((match "preproc_ifdef" "compound_statement") point-min 0)
@@ -174,6 +173,7 @@ MODE is either `c' or `cpp'."
     `((gnu
        ;; Prepend rules to set highest priority
        ((match "while" "do_statement") parent 0)
+       (c-ts-mode--top-level-label-matcher point-min 1)
        ,@common)
       (k&r ,@common)
       (linux



reply via email to

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