; * lisp/progmodes/c-ts-mode.el (c-ts-base-mode): Fix typo.

This commit is contained in:
Yuan Fu 2023-09-08 10:10:32 -07:00
parent a1b38cf72a
commit a2f977d94e
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

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