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

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

bug#4136: 23.1; delete-pair


From: Juri Linkov
Subject: bug#4136: 23.1; delete-pair
Date: Mon, 16 Nov 2020 22:55:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu)

>> Why can't the delay be a float?
>
> My mistake was influenced by the lack of the function that
> would check for a positive number (e.g. 'positive-number-p').
> I tried to find such a function, then noticed that 'natnump'
> at least checks for a non-negative number, but I forgot that
> this applies only to integers.

The closest function that I found is:

  (cl-plusp NUMBER)
  Return t if NUMBER is positive.

but I'm not sure why it would be better than using just (> number 0).

> So below is a fixed patch:

Now pushed to master.





reply via email to

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