]> git.notmuchmail.org Git - notmuch/commit
try-emacs-mua: Trim `require' advice for Emacs 25
authorJonas Bernoulli <jonas@bernoul.li>
Sat, 8 Aug 2020 11:50:09 +0000 (13:50 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 10 Aug 2020 00:17:50 +0000 (21:17 -0300)
commit1c80020e701c7323de137c0616fc8864443d7bd3
tree58c21bdae15bffdae16fe9b0455c52cb43110a2c
parent6336c26d2341b390c995b5579bf590415db29420
try-emacs-mua: Trim `require' advice for Emacs 25

- Since Emacs 25 comes with `load-prefer-newer' we can remove the
  complicated variant of the advice, which implemented a poorman's
  version of that.

- Since Emacs 25 comes with the new advice mechanism, we can use
  that now for the simple variant of the advice, which just informs
  about the library that is being required.
devel/try-emacs-mua