[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: removal of `string-to-sequence'
From: |
Stefan Monnier |
Subject: |
Re: removal of `string-to-sequence' |
Date: |
Wed, 03 Oct 2012 09:09:16 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
> I byte-compile my code in Emacs 20 and use the result in 20 and later
> releases. Until now (the Windows binary that I picked up today), that
> has never been a problem.
We do not even try to be backward compatible with code written for
Emacs-21 (since all the features "obsolete since Emacs<22" are removed
from the trunk, except for time-to-seconds).
Byte-compiled or not doesn't make much of a difference in this respect.
Stefan