; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): Fix typo.
This commit is contained in:
parent
a1b38cf72a
commit
a2f977d94e
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ BEG and END are described in `treesit-range-rules'."
|
|||
c-ts-mode--defun-for-class-in-imenu-p nil))))
|
||||
|
||||
(setq-local treesit-font-lock-feature-list
|
||||
c-ts-mode-feature-list))
|
||||
c-ts-mode--feature-list))
|
||||
|
||||
(defvar treesit-load-name-override-list)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue