From: David Bremner Date: Thu, 14 Jun 2018 00:32:36 +0000 (-0300) Subject: emacs: require notmuch-lib from notmuch-wash.el X-Git-Tag: archive/debian/0.29_rc0-1~159 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=5e98bdc3be3f2e685ba37c7a2fc1fd9f56c0f10a;p=notmuch 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. --- diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el index 5f8b9267..54108d93 100644 --- a/emacs/notmuch-wash.el +++ b/emacs/notmuch-wash.el @@ -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)