mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Fix a notmuch-print.el compiler warning.
`notmuch-show-get-prop' should be declared.
This commit is contained in:
parent
63342a3c06
commit
76f5da775e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue