diff options
| author | David Bremner <david@tethera.net> | 2018-06-13 21:32:36 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-10-21 10:30:32 -0300 |
| commit | 5e98bdc3be3f2e685ba37c7a2fc1fd9f56c0f10a (patch) | |
| tree | 7cd58733de0439a1ee8a97ce83254db2d60fffff | |
| parent | daec80eedabcafaf85ac58802451d165e0696745 (diff) | |
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.
| -rw-r--r-- | emacs/notmuch-wash.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
