; Fix byte-copmiler warning in c-ts-mode--fontify-declarator
* lisp/progmodes/c-ts-mode.el (c-ts-mode--fontify-declarator): Ignore the rest args.
This commit is contained in:
parent
4234033a47
commit
e6c49c0454
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ MODE is either `c' or `cpp'."
|
|||
((or "identifier" "field_identifier")
|
||||
node)))
|
||||
|
||||
(defun c-ts-mode--fontify-declarator (node override start end &rest args)
|
||||
(defun c-ts-mode--fontify-declarator (node override start end &rest _)
|
||||
"Fontify a declarator (whatever under the \"declarator\" field).
|
||||
For NODE, OVERRIDE, START, END, and ARGS, see
|
||||
`treesit-font-lock-rules'."
|
||||
|
|
Loading…
Add table
Reference in a new issue