[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#63535: Master branch: Error in forw_comment (syntax.c) handling of e
From: |
Eli Zaretskii |
Subject: |
bug#63535: Master branch: Error in forw_comment (syntax.c) handling of escaped LFs |
Date: |
Tue, 16 May 2023 18:43:59 +0300 |
> Date: Tue, 16 May 2023 10:57:40 +0000
> From: Alan Mackenzie <acm@muc.de>
>
> Hello, Emacs.
>
> In the master branch:
Is it different on emacs-29?
> && !(comment_end_can_be_escaped && char_quoted (from, from_byte))
>
> .. Checking char_quoted is wrong. Instead the function should check the
> current parse state.
Why not both? IOW, please explain why char_quoted is not TRT here.