[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Warning on files byte-compiled with different versions
From: |
Phillip Lord |
Subject: |
Re: Warning on files byte-compiled with different versions |
Date: |
Fri, 12 Feb 2016 14:09:57 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
So, the answer is no, AFAICT. Second question, is there any reason why
this kind of functionality could not be added?
Phil
Phillip Lord <address@hidden> writes:
> Does Emacs give a warning when loading .elc's created with a different
> version?
>
> I ask because I've seen a few problems recently which appear to be
> caused by loading ELCs created with Emacs-25 in a Emacs-24.5 release.
>
> Given that Emacs currently emits "compiled file is older than source
> file" type warnings, this would seem to be a good thing to me.
>
> Phil