[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67180: 30.0.50; 'pp-to-string' emits extra newline
From: |
Eli Zaretskii |
Subject: |
bug#67180: 30.0.50; 'pp-to-string' emits extra newline |
Date: |
Wed, 15 Nov 2023 14:01:42 +0200 |
> Date: Tue, 14 Nov 2023 21:12:34 +0100
> From: Eshel Yaron via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
>
>
> On Emacs 29 and earlier, with `-Q`, we have:
>
> (pp-to-string "foo")
> => "\"foo\""
>
> On master with `-Q`, we get an extra newline at the end of the string:
>
> (pp-to-string "foo")
> => "\"foo\"
> "
Stefan, is this due to your changes in pp?