aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-wash.el
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-27 08:42:11 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-27 08:42:11 -0700
commit7d440c56c134041b2d38681a93f0071c5cc5e709 (patch)
treedb38ac9c8dd93c7b0ac02871802e5a663de18b4f /emacs/notmuch-wash.el
parent43423e9c88e2c054ecd8328e82837867121af281 (diff)
emacs: Add missing parenthesis that was breaking the build.
Someday I'll stop pushing patches without at least compile-testing them. *sigh*
Diffstat (limited to 'emacs/notmuch-wash.el')
-rw-r--r--emacs/notmuch-wash.el2
1 files changed, 1 insertions, 1 deletions
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))
;;