]> git.eshelyaron.com Git - emacs.git/commit
(seq-contains-p): Refine the non-nil returned value
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 17 Mar 2022 13:54:41 +0000 (09:54 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 17 Mar 2022 13:54:41 +0000 (09:54 -0400)
commit81bcad03e93854087ab239f4e8b7c062fb069ca5
tree66b7495b3b5bfb8845ebed5758a65093d17ba5bb
parent6ed3f04e5a3c8aee40a26805bb00cdd070eba319
(seq-contains-p): Refine the non-nil returned value

* lisp/emacs-lisp/seq.el (seq-contains-p): Like `cl-some` return the
value returned by the test function rather than t.
lisp/emacs-lisp/seq.el