Bug#323754: Test for XEmacs in my patch

2005-08-18 Thread Peter S Galbraith
Sven Joachim <[EMAIL PROTECTED]> wrote: > 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 >

Bug#323754: Test for XEmacs in my patch

2005-08-18 Thread Sven Joachim
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 (f