From: Carl Worth <cworth@cworth.org>
Date: Tue, 27 Apr 2010 15:42:11 +0000 (-0700)
Subject: emacs: Add missing parenthesis that was breaking the build.
X-Git-Tag: 0.4~163
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=7d440c56c134041b2d38681a93f0071c5cc5e709;p=notmuch

emacs: Add missing parenthesis that was breaking the build.

Someday I'll stop pushing patches without at least compile-testing them.
*sigh*
---

diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el
index bf0a3544..46e18243 100644
--- a/emacs/notmuch-wash.el
+++ b/emacs/notmuch-wash.el
@@ -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))
 
 ;;