[PATCH] emacs: Fix a notmuch-print.el compiler warning.

Subject: [PATCH] emacs: Fix a notmuch-print.el compiler warning.

Date: Wed, 25 Jan 2012 08:52:15 +0000

To: notmuch@notmuchmail.org

Cc:

From: David Edmondson


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


Thread: