[PATCH 1/3] emacs: Fix out-of-date declare-function
Austin Clements
amdragon at MIT.EDU
Sat Feb 18 22:22:11 PST 2012
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 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el
index c7ef1eb..972f26e 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))
--
1.7.7.3
More information about the notmuch
mailing list