emacs: Fix a notmuch-print.el compiler warning.

`notmuch-show-get-prop' should be declared.
This commit is contained in:
David Edmondson 2012-01-25 08:52:15 +00:00 committed by David Bremner
parent 63342a3c06
commit 76f5da775e

View file

@ -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