The patch I committed with my bug report has a bug in its test for XEmacs:
>+(if (and (>= emacs-major-version 22) ; Change these two lines if XEmacs
>+ (not (fboundp 'xemacs))) ; contains the wdired package
^^^^^^^
Of course, that should read (featurep 'xemacs), not (fbound 'xemacs).
Regards,
Sven
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

