master 5126c15e29b 2/2: ; Avoid byte-compilation warning due to last change.
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: master commit 5126c15e29b3ad7808f16373b34bd43b14522547 Author: Eli Zaretskii <[email protected]> Commit: Eli Zaretskii <[email protected]> ; Avoid byte-compilation warning due to last change. --- lisp/progmodes/c-ts-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 7c281c1e508..57ee6584967 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -473,7 +473,7 @@ PARENT is the same as other simple-indent rules." (cons (treesit-node-start parent) c-ts-indent-offset)))) -(defun c-ts-mode--block-comment-offset (_n parent bol &rest _) +(defun c-ts-mode--block-comment-offset (_n parent _bol &rest _) "Indentation offset for lines in block comments. One space if line starts with \"*\", three if the previous line is blank