On Tue, 2005-12-06 at 21:07 +0100, Uwe Brauer wrote:
What is the best way to provide code which can be understood by both
emacsen.
I have seen so far:
Code for both emacsen
(if (featurep 'xemacs)
code for xemacs
)
But what if I had code specifically for GNU emacs.
Since you said "both", how about just (not (featurep 'xemacs))?