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:
parent
e74ba72a6a
commit
9296e0c649
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue