[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#57755: 29.0.50; [PATCH] Fallout 816106b
From: |
Lars Ingebrigtsen |
Subject: |
bug#57755: 29.0.50; [PATCH] Fallout 816106b |
Date: |
Tue, 13 Sep 2022 13:59:00 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Po Lu <luangruo@yahoo.com> writes:
>> + call2 (intern ("string-trim-right"), build_string (err->message),
>
> What coding system is err->message?
We had a make_string here before, so that's not really a change. But,
yes, it should probably do some encoding here.
> And calling intern with a static string is IMHO an anti-pattern that
> should not be introduced further into our code.
Fixed.