emacs-devel
[Top][All Lists]
Advanced

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

Re: Is it planned to remove xemacs compatibility code?


From: Stefan Monnier
Subject: Re: Is it planned to remove xemacs compatibility code?
Date: Tue, 26 Oct 2004 14:24:23 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

> Around Emacs code, I find many Xemacs compatibility code as 
> (cond ((featurep 'xemacs) blah ...)
> (if (featurep 'xemacs) blah ...)

Those files are typically also distributed separately from Emacs for older
Emacsen or for XEmacs, so it is better to keep this code so as to minimize
the difference between the version bundled with Emacs and the other version:
any difference tends to lead to problems keeping the files in sync.

Note that (featurep 'xemacs) is replaced by nil by the byte-compiler.


        Stefan




reply via email to

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