emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 9aa18659263: Fix c-ts-common-comment-indent-new-line (bug#739


From: Andrea Corallo
Subject: Re: master 9aa18659263: Fix c-ts-common-comment-indent-new-line (bug#73900)
Date: Wed, 30 Oct 2024 10:17:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13)

Yuan Fu <casouri@gmail.com> writes:

> 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.
> ---
>  lisp/progmodes/c-ts-common.el | 104 
> ++++++++++++++++++++++--------------------
>  1 file changed, 55 insertions(+), 49 deletions(-)

Hi Yuan,

I believe this is introducing the following building master:

progmodes/c-ts-common.el:339:27: Warning: reference to free variable 
‘allow-auto-fill’

IIUC some code was imported in 'c-ts-common-comment-indent-new-line'
from 'c-indent-new-comment-line' but in the latter the interface
includes the 'allow-auto-fill' optional parameter.

Would you mind having a look?

Please always check that the build is clean before installing a change.

Thanks

  Andrea



reply via email to

[Prev in Thread] Current Thread [Next in Thread]