diff options
| author | Carl Worth <cworth@cworth.org> | 2010-04-27 08:42:11 -0700 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2010-04-27 08:42:11 -0700 |
| commit | 7d440c56c134041b2d38681a93f0071c5cc5e709 (patch) | |
| tree | db38ac9c8dd93c7b0ac02871802e5a663de18b4f | |
| parent | 43423e9c88e2c054ecd8328e82837867121af281 (diff) | |
emacs: Add missing parenthesis that was breaking the build.
Someday I'll stop pushing patches without at least compile-testing them.
*sigh*
| -rw-r--r-- | emacs/notmuch-wash.el | 2 |
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)) ;; |
