help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

version> and version>=


From: goncholden
Subject: version> and version>=
Date: Tue, 01 Feb 2022 18:01:06 +0000

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐

On Tuesday, February 1st, 2022 at 5:52 PM, Drew Adams <drew.adams@oracle.com> 
wrote:

> I have seen that the possible completions for version are:
>
> version<
>
> version<=
>
> Could there also be
>
> version>
>
> version>=

(not (version<= V1 V2))

(not (version< V1 V2))


What is the best way to check the version

(if (version< emacs-version "28.0")

or

(< emacs-version 28.0)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]