]> git.notmuchmail.org Git - notmuch/commit
emacs: remove unnecessary notmuch-remove-if-not
authorJonas Bernoulli <jonas@bernoul.li>
Mon, 16 Nov 2020 21:28:33 +0000 (22:28 +0100)
committerDavid Bremner <david@tethera.net>
Sun, 6 Dec 2020 20:20:57 +0000 (16:20 -0400)
commitac8a117a84c8af8a27325b706e0b68a6ada8e478
treea0725d1a041da9d2b8016bfc7bb23123c03445cf
parent1fbae387e3b2c1fabf87d9296269421a47976785
emacs: remove unnecessary notmuch-remove-if-not

We could just have switched to using `cl-remove-if-not' instead,
but the two uses of the *remove-if-not function are pretty strange
to begin with so we refactor to not use any such function at all.
emacs/notmuch-hello.el
emacs/notmuch-lib.el