From: Yuan Fu Date: Tue, 6 Dec 2022 08:26:51 +0000 (-0800) Subject: ; Rename c-ts-fontify-error to c-ts-mode--fontify-error X-Git-Tag: emacs-29.0.90~1331 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5257b9cda43ea6f87843a9dcfad067a1a4c0bb8e;p=emacs.git ; Rename c-ts-fontify-error to c-ts-mode--fontify-error * lisp/progmodes/c-ts-mode.el (c-ts-mode--font-lock-settings) (c-ts-fontify-error): Rename. --- diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 1691a5c31d6..0c66b4959e0 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -319,7 +319,7 @@ MODE is either `c' or `cpp'." :language mode :feature 'error - '((ERROR) @c-ts-fontify-error) + '((ERROR) @c-ts-mode--fontify-error) :feature 'escape-sequence :language mode @@ -421,7 +421,7 @@ This function corrects the fontification on the colon in (treesit-node-start arg) (treesit-node-end arg) 'default override start end)))))) -(defun c-ts-fontify-error (node override start end &rest _) +(defun c-ts-mode--fontify-error (node override start end &rest _) "Fontify the error nodes. For NODE, OVERRIDE, START, and END, see `treesit-font-lock-rules'."