]> git.eshelyaron.com Git - emacs.git/commitdiff
; Restore ARGS argument in c-ts-mode--fontify-declarator
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 25 Dec 2022 11:59:06 +0000 (12:59 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 25 Dec 2022 11:59:06 +0000 (12:59 +0100)
* lisp/progmodes/c-ts-mode.el (c-ts-mode--fontify-declarator):
Restore argument name referenced in the docstring.

lisp/progmodes/c-ts-mode.el

index 42621371ff1cf2f2078bf8ed707ced298a87fecc..1d211da176593aa8984d108b76e6053dbd8ea66d 100644 (file)
@@ -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 _)
+(defun c-ts-mode--fontify-declarator (node override start end &rest _args)
   "Fontify a declarator (whatever under the \"declarator\" field).
 For NODE, OVERRIDE, START, END, and ARGS, see
 `treesit-font-lock-rules'."