]> git.notmuchmail.org Git - notmuch/commitdiff
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)
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.


No differences found