emacs-devel
[Top][All Lists]
Advanced

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

Putting 2fddfb7ce770f into emacs-26?


From: Eric Abrahamsen
Subject: Putting 2fddfb7ce770f into emacs-26?
Date: Tue, 07 Nov 2017 18:29:06 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

I know it's a bit late in the day, but would it be okay to cherry-pick
61313f058c7a899c2fbce055d21 from master to emacs-26?

It's related to how EIEIO objects are written to file. Previously, the
written representation included a string label, which was later
obsoleted. Current emacs-26 code *assumes* the presence of a string
label: it discards it, but will fail without it.

The change in 61313f058c7a899c2fbce055d21 checks for the label and
conditionally ignores it, making the code more resilient when reading
objects written by a wider range of Emacs versions. A bit of
future-proofing.

Is that acceptable for emacs-26?

Thanks,
Eric




reply via email to

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