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:
Austin Clements 2012-02-19 13:02:40 -05:00 committed by David Bremner
parent e2e95caa51
commit 311e8f6c45

View file

@ -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))