mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
daec80eeda
commit
5e98bdc3be
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue