unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Austin Clements <amdragon@MIT.EDU>
To: notmuch@notmuchmail.org
Cc: tomi.ollila@iki.fi
Subject: [PATCH v2 1/4] emacs: Fix out-of-date declare-function
Date: Sun, 19 Feb 2012 13:02:40 -0500	[thread overview]
Message-ID: <1329674563-28223-2-git-send-email-amdragon@mit.edu> (raw)
In-Reply-To: <1329674563-28223-1-git-send-email-amdragon@mit.edu>

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

  reply	other threads:[~2012-02-19 18:02 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-19  6:22 [PATCH 0/3] Make notmuch-show-refresh-view retain state by default Austin Clements
2012-02-19  6:22 ` [PATCH 1/3] emacs: Fix out-of-date declare-function Austin Clements
2012-02-19  6:22 ` [PATCH 2/3] emacs: Reverse the meaning of notmuch-show-refresh-view's argument Austin Clements
2012-02-19  6:22 ` [PATCH 3/3] News for retaining state when refreshing notmuch show Austin Clements
2012-02-19  9:43 ` [PATCH 0/3] Make notmuch-show-refresh-view retain state by default Tomi Ollila
2012-02-19 17:25   ` Austin Clements
2012-02-19 17:29     ` Dmitry Kurochkin
2012-02-19 18:03       ` Austin Clements
2012-02-19 17:16 ` Dmitry Kurochkin
2012-02-19 18:02 ` [PATCH v2 0/4] " Austin Clements
2012-02-19 18:02   ` Austin Clements [this message]
2012-02-21  3:09     ` [PATCH v2 1/4] emacs: Fix out-of-date declare-function David Bremner
2012-02-19 18:02   ` [PATCH v2 2/4] emacs: When refreshing a show buffer, only mark read when resetting state Austin Clements
2012-02-19 18:02   ` [PATCH v2 3/4] emacs: Reverse the meaning of notmuch-show-refresh-view's argument Austin Clements
2012-02-19 18:02   ` [PATCH v2 4/4] News for retaining state when refreshing notmuch show Austin Clements
2012-02-19 19:01   ` [PATCH v2 0/4] Make notmuch-show-refresh-view retain state by default Austin Clements
2012-02-21 15:42 ` [PATCH v3 0/3] Fix refreshing with state and make it the default Austin Clements
2012-02-21 15:42   ` [PATCH v3 1/3] emacs: When refreshing a show buffer, only mark read when resetting state Austin Clements
2012-02-21 15:42   ` [PATCH v3 2/3] emacs: Reverse the meaning of notmuch-show-refresh-view's argument Austin Clements
2012-02-21 15:42   ` [PATCH v3 3/3] News for retaining state when refreshing notmuch show Austin Clements
2012-02-21 16:34   ` [PATCH v3 0/3] Fix refreshing with state and make it the default Tomi Ollila
2012-02-22 19:37   ` Pieter Praet
2012-02-25 14:39   ` David Bremner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1329674563-28223-2-git-send-email-amdragon@mit.edu \
    --to=amdragon@mit.edu \
    --cc=notmuch@notmuchmail.org \
    --cc=tomi.ollila@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).