From 311e8f6c4562298b4e826ce131597e085ece69d3 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Sun, 19 Feb 2012 13:02:40 -0500 Subject: [PATCH] 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. --- emacs/notmuch-crypto.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.43.0