|
From: | Eli Zaretskii |
Subject: | Re: master 9aa18659263: Fix c-ts-common-comment-indent-new-line (bug#73900) |
Date: | Tue, 29 Oct 2024 14:32:44 +0200 |
> branch: master > commit 9aa186592634212fcdb2dbafdfd0c52a2475ba96 > Author: Yuan Fu <casouri@gmail.com> > Commit: Yuan Fu <casouri@gmail.com> > > Fix c-ts-common-comment-indent-new-line (bug#73900) > > * lisp/progmodes/c-ts-common.el: > (c-ts-common-comment-indent-new-line): Delete trailing > whitespace before inserting newline. The insert-line-break > function is the same as in c-indent-new-comment-line. This triggers the following byte-compilation warning: In c-ts-common-comment-indent-new-line: progmodes/c-ts-common.el:339:27: Warning: reference to free variable `allow-auto-fill' I'm guessing that in c-ts-mode case allow-auto-fill is always nil.
[Prev in Thread] | Current Thread | [Next in Thread] |