]> git.notmuchmail.org Git - notmuch/commit
emacs: make subr-x available in all libraries
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 10 Jan 2021 14:01:08 +0000 (15:01 +0100)
committerDavid Bremner <david@tethera.net>
Fri, 15 Jan 2021 10:47:10 +0000 (06:47 -0400)
commitf3d6fa2e40c45c3dbaef768e36f1544248851ddb
tree4b4e28a2a88282d8e249206f7b728aa21fed0c08
parent9ca1f945d9f5030600dc14ffff10d4dad14db4ca
emacs: make subr-x available in all libraries

Like `cl-lib' and `pcase', which are already available in all
libraries, `subr-x' also provided many useful functions that
we would like to use.

Making `subr-x' available in every library from the get-go means
that we can use the functions it defines without having to double
check every single time, whether the feature is already available
in the current library.
emacs/notmuch-draft.el
emacs/notmuch-lib.el
emacs/notmuch-message.el
emacs/notmuch-parser.el