Re: [PATCH 02/11] emacs: require notmuch-lib from notmuch-wash.el

2018-10-21 Thread David Bremner
David Bremner  writes:

> This is needed so that notmuch-wash.el is loadable by itself; in
> particular for the docstring processing.

pushed patches 2 and 3

d
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


[PATCH 02/11] emacs: require notmuch-lib from notmuch-wash.el

2018-06-13 Thread David Bremner
This is needed so that notmuch-wash.el is loadable by itself; in
particular for the docstring processing.
---
 emacs/notmuch-wash.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 
-- 
2.17.1

___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch