[PATCH] emacs: Fix a notmuch-print.el compiler warning.
David Edmondson
dme at dme.org
Wed Jan 25 00:52:15 PST 2012
`notmuch-show-get-prop' should be declared.
---
emacs/notmuch-print.el | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/emacs/notmuch-print.el b/emacs/notmuch-print.el
index f96ccbe..fd86288 100644
--- a/emacs/notmuch-print.el
+++ b/emacs/notmuch-print.el
@@ -19,6 +19,8 @@
;;
;; Authors: David Edmondson <dme at 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
--
1.7.8.3
More information about the notmuch
mailing list