* Reiner Steib <[EMAIL PROTECTED]> writes:
> On Thu, Sep 01 2005, Steve Youngs wrote:
>> - ((string-match "^21\\." emacs-version) ;; XXX how far back can I
go?
>> + ((emacs-version>= 21) ;; XXX how far back can I go?
> Wouldn't if make more sense to test for features rather t
On Thu, Sep 01 2005, Steve Youngs wrote:
> + * lisp/bbdb-gui.el (bbdb-hack-x-face): Use `emacs-version>='
> + instead of `string-match' against `emacs-version'. This fixes
> + X-Face display in SXEmacs now, and also in future versions of
> + XEmacs beyond 21.x.
[...]
>