emacs-devel
[Top][All Lists]
Advanced

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

Re: master 73d6b19 8/9: Omit temporary warning re obsolete timestamps


From: Paul Eggert
Subject: Re: master 73d6b19 8/9: Omit temporary warning re obsolete timestamps
Date: Fri, 17 Dec 2021 01:14:04 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1

On 12/17/21 00:37, Michael Albinus wrote:
+** Timestamps like (1 . 1000) now work without warnings being generated.
+For example, (time-add nil '(1 . 1000)) no longer warns that the
+(1 . 1000) acts like (1000 . 1000000).  This warning, which was a
+temporary transition aid for Emacs 27, has served its purpose.

Does this mean, it is still needed for Emacs 27? In this case, I'd like
to revert your change in tramp-adb.el, because Tramp must be backward
compatible. Perhaps adding a comment in tramp-adb.el, that with Emacs
28+ this isn't needed any longer.

Sorry, I had forgotten about Tramp needing backward compatibility that far back. Although there shouldn't be a problem with Emacs 27 (tramp-adb.el is independent of the abovementioned warning change), there would be a problem with Emacs 26 so I installed the attached to revert that change and add a comment. Thanks for pointing this out.

Attachment: 0001-Port-tramp-adb.el-back-to-Emacs-26.patch
Description: Text Data


reply via email to

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