]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Add missing parenthesis that was breaking the build.
authorCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 15:42:11 +0000 (08:42 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Apr 2010 15:42:11 +0000 (08:42 -0700)
Someday I'll stop pushing patches without at least compile-testing them.
*sigh*

emacs/notmuch-wash.el

index bf0a3544d0cf82f38d256afac9a852901722ff43..46e182435ea24163aafbbf3b436baf7a963002ad 100644 (file)
@@ -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))
 
 ;;