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 17:13:59 -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 ...)

BTW, usually such tests are bad and should instead use
(fboundp <somefunction>) or something like that.


        Stefan




reply via email to

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