On Fri, Sep 8, 2023 at 1:23 PM Stefan Monnier <monnier@iro.umontreal.ca> wrote:
[...]
    (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?

Thanks in advance,
~Chad