emacs-devel
[Top][All Lists]
Advanced

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

Re: master 3843711 3/3: Simplify calculator-expt


From: Juanma Barranquero
Subject: Re: master 3843711 3/3: Simplify calculator-expt
Date: Tue, 5 Nov 2019 12:28:35 +0100


On Tue, Nov 5, 2019 at 8:40 AM Paul Eggert <address@hidden> wrote:

> +    (overflow-error
> +     (if (or (natnump x) (cl-evenp y))
> +        1.0e+INF
> +       -1.0e+INF))))

That introduces a run-time dependency on cl-lib:

  ELC      calculator.elc

In end of data:
calculator.el:1644:1:Warning: the function `cl-evenp' might not be defined at
    runtime.


reply via email to

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