[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: obsolete functions found during the build process
From: |
Jean-Christophe Helary |
Subject: |
Re: obsolete functions found during the build process |
Date: |
Sat, 12 Aug 2017 12:25:20 +0200 |
Thank you Eli.
Jean-Christophe
> On Aug 12, 2017, at 10:45, Eli Zaretskii <address@hidden> wrote:
>
>> From: Jean-Christophe Helary <address@hidden>
>> Date: Sat, 12 Aug 2017 09:42:33 +0200
>>
>> In nnmh-request-list-1:
>> gnus/nnmh.el:245:14:Warning: ‘string-to-multibyte’ is an obsolete function
>> (as
>> of 26.1); use ‘decode-coding-string’.
>>
>> Is there anything to be done about that ?
>
> In general, replace the obsolete functions as the warning suggests.
> In some cases, the use of the obsolete function is justified, though.