emacs-devel
[Top][All Lists]
Advanced

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

Re: byte-compiler emacs-18 compatibility mode should be removed


From: Stefan Monnier
Subject: Re: byte-compiler emacs-18 compatibility mode should be removed
Date: Tue, 27 Nov 2001 11:43:53 -0500

> additions, but also I think it would be an improvement to simply remove
> the emacs-18 compatibility stuff altogether.

I can only agree.
By the way, why should the byte-compiler have any backward compatibility
whatsoever ?  It's not like I ever need to generate Emacs-20 byte-code
with my Emacs-21 byte-compiler.  Worse yet, there might be other
dependencies then the byte-codes themselves: some macros have changed
and the output code might rely on Emacs-21 features (f.ex. CL
macros no longer bother to do (defvar :foo ':foo) so the resulting
code might not work on Emacs-19).


        Stefan




reply via email to

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