emacs: require notmuch-lib from notmuch-wash.el

This is needed so that notmuch-wash.el is loadable by itself; in
particular for the docstring processing.
This commit is contained in:
David Bremner 2018-06-13 21:32:36 -03:00
parent daec80eeda
commit 5e98bdc3be

View file

@ -24,7 +24,7 @@
;;; Code:
(require 'coolj)
(require 'notmuch-lib)
(declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth &optional hide))
(defvar notmuch-show-indent-messages-width)