Fix typo after move to common lib (bug#61001)

* lisp/progmodes/c-ts-mode.el (c-ts-mode--indent-styles): Use correct
preset.
This commit is contained in:
Theodor Thornhill 2023-01-22 10:46:08 +01:00
parent e74ba72a6a
commit 9296e0c649

View file

@ -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