From: David Edmondson Date: Wed, 25 Jan 2012 08:52:15 +0000 (+0000) Subject: emacs: Fix a notmuch-print.el compiler warning. X-Git-Tag: debian/0.12_rc1-1~152 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=76f5da775e21b40aaa654e4a69f64770bb4801bd emacs: Fix a notmuch-print.el compiler warning. `notmuch-show-get-prop' should be declared. --- 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 +(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