projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
940ab24
)
; Restore ARGS argument in c-ts-mode--fontify-declarator
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 25 Dec 2022 11:59:06 +0000
(12:59 +0100)
committer
Juanma 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
patch
|
blob
|
history
diff --git
a/lisp/progmodes/c-ts-mode.el
b/lisp/progmodes/c-ts-mode.el
index 42621371ff1cf2f2078bf8ed707ced298a87fecc..1d211da176593aa8984d108b76e6053dbd8ea66d 100644
(file)
--- a/
lisp/progmodes/c-ts-mode.el
+++ b/
lisp/progmodes/c-ts-mode.el
@@
-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'."