unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] emacs: Fix a notmuch-print.el compiler warning.
@ 2012-01-25  8:52 David Edmondson
  2012-01-25  9:19 ` Tomi Ollila
  2012-01-26 12:27 ` David Bremner
  0 siblings, 2 replies; 5+ messages in thread
From: David Edmondson @ 2012-01-25  8:52 UTC (permalink / raw)
  To: notmuch

`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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-01-26 12:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-25  8:52 [PATCH] emacs: Fix a notmuch-print.el compiler warning David Edmondson
2012-01-25  9:19 ` Tomi Ollila
2012-01-25  9:24   ` David Edmondson
2012-01-25 10:35     ` Tomi Ollila
2012-01-26 12:27 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).