From 204519a2e73b5907b2c6f6a670ea6068bc09f6bc Mon Sep 17 00:00:00 2001 From: Theodor Thornhill Date: Sun, 22 Jan 2023 10:58:31 +0100 Subject: [PATCH] Fix typo of exposed symbol name * lisp/progmodes/c-ts-mode.el (c-ts-mode--indent-styles): Remove double hyphen. --- 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 5e5b0f87a32..27737a2ee1d 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-common--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 -- 2.39.2