]> git.eshelyaron.com Git - emacs.git/commit
Simplify gnus-or and gnus-and
authorBasil L. Contovounesios <contovob@tcd.ie>
Wed, 29 May 2019 14:53:31 +0000 (15:53 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Wed, 29 May 2019 14:57:50 +0000 (15:57 +0100)
commit7f3b0d1c0003f3b883a6df3d2fae7f847f6d3070
tree4ca64f10af92dc7af92f6dde513e12b165b95e23
parentc89900ebd79d8c4bf5fd5550de053f379abd60ef
Simplify gnus-or and gnus-and

* lisp/gnus/gnus-art.el: Make implicit seq.el dependency explicit.
(gnus-treat-predicate): Use seq-some in place of mapcar + gnus-or
and evaluate lambda predicate.
* lisp/gnus/gnus-util.el (gnus-or, gnus-and): Simplify.
lisp/gnus/gnus-art.el
lisp/gnus/gnus-util.el