From: Jonas Bernoulli Date: Sun, 10 Jan 2021 14:00:55 +0000 (+0100) Subject: emacs: notmuch-wash.el: require diff-mode at beginning of code X-Git-Tag: 0.32_rc0~144 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=3f16dd76118e72d7451bf3276092681b7ea946b0;p=notmuch 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. --- diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el index d613e04c..653ecc2a 100644 --- a/emacs/notmuch-wash.el +++ b/emacs/notmuch-wash.el @@ -24,6 +24,7 @@ ;;; Code: (require 'coolj) +(require 'diff-mode) (require 'notmuch-lib) (declare-function notmuch-show-insert-bodypart "notmuch-show" @@ -341,10 +342,6 @@ the wrapped text are maintained." ;;;; Convert Inline Patches -(require 'diff-mode) - -(defvar diff-file-header-re) ; From `diff-mode.el'. - (defun notmuch-wash-subject-to-filename (subject &optional maxlen) "Convert a mail SUBJECT into a filename.