emacs-devel
[Top][All Lists]
Advanced

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

Re: master 2bb0703 1/2: lisp/*.el: Force non-nil result to t, to match d


From: Juanma Barranquero
Subject: Re: master 2bb0703 1/2: lisp/*.el: Force non-nil result to t, to match docstring
Date: Thu, 17 Oct 2019 04:26:34 +0200


On Thu, Oct 17, 2019 at 4:19 AM Lars Ingebrigtsen <address@hidden> wrote:

> I thought it was kinda opposite: When it's a predicate, we only care
> about nil/non-nil.

Most predicates are defined as t/nil, like numberp, booleanp, etc. Usually, the code that uses them only worries about the result being nil/non-nil, but there are some exceptions.

Anyway, if you feel strongly about anything on my recent patches, feel free to change it.


reply via email to

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