projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63342a3
)
emacs: Fix a notmuch-print.el compiler warning.
author
David Edmondson
<dme@dme.org>
Wed, 25 Jan 2012 08:52:15 +0000
(08:52 +0000)
committer
David Bremner
<bremner@debian.org>
Thu, 26 Jan 2012 12:13:05 +0000
(08:13 -0400)
`notmuch-show-get-prop' should be declared.
emacs/notmuch-print.el
patch
|
blob
|
history
diff --git
a/emacs/notmuch-print.el
b/emacs/notmuch-print.el
index f96ccbeb2428425169ea21d3fd80f44a67a1ab82..fd86288acc62761442a297ef3b2cf6aa37f884ac 100644
(file)
--- 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