aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-02-19 13:02:40 -0500
committerGravatar David Bremner <bremner@debian.org>2012-02-20 23:05:17 -0400
commit311e8f6c4562298b4e826ce131597e085ece69d3 (patch)
treeab4e79560cc19624bfa05fa8b203930c56aa1c09 /emacs
parente2e95caa51f8c1ea57b4fc7d3926fda1fb1aed10 (diff)
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.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/notmuch-crypto.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el
index c7ef1eba..972f26e1 100644
--- a/emacs/notmuch-crypto.el
+++ b/emacs/notmuch-crypto.el
@@ -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))