]> git.notmuchmail.org Git - notmuch/commit
emacs: notmuch-wash.el: require diff-mode at beginning of code
authorJonas Bernoulli <jonas@bernoul.li>
Sun, 10 Jan 2021 14:00:55 +0000 (15:00 +0100)
committerDavid Bremner <david@tethera.net>
Wed, 13 Jan 2021 11:23:11 +0000 (07:23 -0400)
commit3f16dd76118e72d7451bf3276092681b7ea946b0
tree1cbaf4cd0d3f746d5100eb716aaf37b937d3bd7e
parentb4deb33a66d6781fb6e516053efe67c60e934b63
emacs: notmuch-wash.el: require diff-mode at beginning of code

That's what we usually do.  Also do not declare variable
`diff-file-header-re' because it is defined in `diff-mode.el',
which we always require.
emacs/notmuch-wash.el