mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Add missing parenthesis that was breaking the build.
Someday I'll stop pushing patches without at least compile-testing them. *sigh*
This commit is contained in:
parent
43423e9c88
commit
7d440c56c1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
(require 'coolj)
|
||||
|
||||
(declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth)
|
||||
(declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth))
|
||||
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue