emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 9296e0c6495: Fix typo after move to common lib (bug#61001)


From: Theodor Thornhill
Subject: emacs-29 9296e0c6495: Fix typo after move to common lib (bug#61001)
Date: Sun, 22 Jan 2023 04:48:58 -0500 (EST)

branch: emacs-29
commit 9296e0c64951ad6a329515aa3f31ad52aeaf8517
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Fix typo after move to common lib (bug#61001)
    
    * lisp/progmodes/c-ts-mode.el (c-ts-mode--indent-styles): Use correct
    preset.
---
 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 03793d61ba3..5e5b0f87a32 100644
--- a/lisp/progmodes/c-ts-mode.el
+++ b/lisp/progmodes/c-ts-mode.el
@@ -167,7 +167,7 @@ MODE is either `c' or `cpp'."
            ((node-is "preproc_arg") no-indent)
            ;; `c-ts-common-looking-at-star' has to come before
            ;; `c-ts-common-comment-2nd-line-matcher'.
-           ((and (parent-is "comment") c-ts-mode--looking-at-star)
+           ((and (parent-is "comment") c-ts-common--looking-at-star)
             c-ts-common-comment-start-after-first-star -1)
            (c-ts-common-comment-2nd-line-matcher
             c-ts-common-comment-2nd-line-anchor



reply via email to

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