On Thu, 01 May 2003 13:51:12 +0200, Oystein Viggen wrote: > Something like the following lets me compile: [...] > + (when (eq emacs-minor-version 4) > + (autoload 'defadvice "advice" nil nil 'macro)) I would suggest adding (featurep 'xemacs) in condition or using this one: (not (fboundp 'defadvice)). I think, the latter is better. -- I accept RFC3156 and RFC2440-compatible encrypted mail. PGP key fingerprint: 123A 7CCE 6E26 6233 0D87 E01A A0F8 3524 FCD8 1841