]> git.cworth.org Git - notmuch/commitdiff
emacs: require notmuch-lib from notmuch-wash.el
authorDavid Bremner <david@tethera.net>
Thu, 14 Jun 2018 00:32:36 +0000 (21:32 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 21 Oct 2018 13:30:32 +0000 (10:30 -0300)
This is needed so that notmuch-wash.el is loadable by itself; in
particular for the docstring processing.

emacs/notmuch-wash.el

index 5f8b92671b39ac2419ef4808e27296d062bc885a..54108d93607bf83b228f5f2b17ada5f215e62192 100644 (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)