mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-13 01:06:36 -04:00
; 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
|
|
@ -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…
Reference in a new issue