aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-print.el
diff options
context:
space:
mode:
authorGravatar David Edmondson <dme@dme.org>2012-01-25 08:52:15 +0000
committerGravatar David Bremner <bremner@debian.org>2012-01-26 08:13:05 -0400
commit76f5da775e21b40aaa654e4a69f64770bb4801bd (patch)
tree7491a2653139cf20ac7a6b2610177d1842a95e9a /emacs/notmuch-print.el
parent63342a3c06cca53720f8be2ae8c4cf2c66d137f1 (diff)
emacs: Fix a notmuch-print.el compiler warning.
`notmuch-show-get-prop' should be declared.
Diffstat (limited to 'emacs/notmuch-print.el')
-rw-r--r--emacs/notmuch-print.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/notmuch-print.el b/emacs/notmuch-print.el
index f96ccbeb..fd86288a 100644
--- a/emacs/notmuch-print.el
+++ b/emacs/notmuch-print.el
@@ -19,6 +19,8 @@
;;
;; Authors: David Edmondson <dme@dme.org>
+(declare-function notmuch-show-get-prop "notmuch-show" (prop &optional props))
+
(defcustom notmuch-print-mechanism 'notmuch-print-lpr
"How should printing be done?"
:group 'notmuch