mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: Fix out-of-date declare-function
The names of the arguments to notmuch-show-refresh-view had gotten out of sync between the declare-function and the real thing.
This commit is contained in:
parent
e2e95caa51
commit
311e8f6c45
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ mode."
|
|||
:notmuch-from from)
|
||||
(insert "\n")))
|
||||
|
||||
(declare-function notmuch-show-refresh-view "notmuch-show" (&optional crypto-switch))
|
||||
(declare-function notmuch-show-refresh-view "notmuch-show" (&optional retain-state))
|
||||
|
||||
(defun notmuch-crypto-sigstatus-good-callback (button)
|
||||
(let* ((sigstatus (button-get button :notmuch-sigstatus))
|
||||
|
|
Loading…
Reference in a new issue