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
>
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
2 matches
Mail list logo