[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [External] : Re: [nongnu] elpa/coffee-mode 1f602d2ab2 2/4: Fix test
From: |
Drew Adams |
Subject: |
RE: [External] : Re: [nongnu] elpa/coffee-mode 1f602d2ab2 2/4: Fix test for newer emacs |
Date: |
Sun, 10 Sep 2023 00:07:00 +0000 |
>> (should (face-at-cursor-p
> > (if (< emacs-major-version 28) [...]
>
> Is there a reason to prefer < on emacs-major-version
> versus version< (et al) or vice versa? Maybe which
> versions support the latter?
That's why I use it in libraries that
can also be used with older Emacs
versions that don't have `version<' etc.
But that doesn't apply to use in Emacs
itself or to libraries that support only
releases that have `version<' etc.