mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
emacs: avoid warning about notmuch-show-get-message-id
Without this change, we see the following warning when compiling the elisp: ``` EMACS emacs/notmuch-crypto.elc In end of data: emacs/notmuch-crypto.el:266:1:Warning: the function ‘notmuch-show-get-message-id’ is not known to be defined. ``` Thanks to Örjan Ekeberg and David Edmondson for their followup about this. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
parent
4dccb99282
commit
ea16b5ba85
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ by user FROM."
|
||||||
(recenter -1))))
|
(recenter -1))))
|
||||||
|
|
||||||
(declare-function notmuch-show-refresh-view "notmuch-show" (&optional reset-state))
|
(declare-function notmuch-show-refresh-view "notmuch-show" (&optional reset-state))
|
||||||
|
(declare-function notmuch-show-get-message-id "notmuch-show" (&optional bare))
|
||||||
|
|
||||||
(defun notmuch-crypto--async-key-sentinel (process event)
|
(defun notmuch-crypto--async-key-sentinel (process event)
|
||||||
"When the user asks for a GPG key to be retrieved
|
"When the user asks for a GPG key to be retrieved
|
||||||
|
|
Loading…
Reference in a new issue