Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 03E8D431FCF for ; Sun, 19 Feb 2012 10:02:55 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iwM86disuCZi for ; Sun, 19 Feb 2012 10:02:54 -0800 (PST) Received: from dmz-mailsec-scanner-6.mit.edu (DMZ-MAILSEC-SCANNER-6.MIT.EDU [18.7.68.35]) by olra.theworths.org (Postfix) with ESMTP id BA16E431FC0 for ; Sun, 19 Feb 2012 10:02:53 -0800 (PST) X-AuditID: 12074423-b7f9c6d0000008c3-13-4f41394d28be Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) by dmz-mailsec-scanner-6.mit.edu (Symantec Messaging Gateway) with SMTP id 69.27.02243.D49314F4; Sun, 19 Feb 2012 13:02:53 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id q1JI2qum024101; Sun, 19 Feb 2012 13:02:52 -0500 Received: from drake.mit.edu (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q1JI2l9B013400 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sun, 19 Feb 2012 13:02:52 -0500 (EST) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1RzB5z-0007Me-4z; Sun, 19 Feb 2012 13:02:47 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH v2 1/4] emacs: Fix out-of-date declare-function Date: Sun, 19 Feb 2012 13:02:40 -0500 Message-Id: <1329674563-28223-2-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1329674563-28223-1-git-send-email-amdragon@mit.edu> References: <1329632533-16152-1-git-send-email-amdragon@mit.edu> <1329674563-28223-1-git-send-email-amdragon@mit.edu> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrLIsWRmVeSWpSXmKPExsUixG6nrutr6ehvcHE6n8X1mzOZLd6snMfq wORx+OtCFo9nq24xBzBFcdmkpOZklqUW6dslcGVcv3aGuaCNrWLahdMsDYx9rF2MnBwSAiYS kz9tYYGwxSQu3FvP1sXIxSEksI9R4vz1W8wQzgZGiYMbZzBBOPeZJJ5vX8sO4cxnlPh6/Csb SD+bgIbEtv3LGUFsEQFpiZ13Z4PtYBawkjh8dROYLSxgL9HftxpsH4uAqsTxd/fB4rwCDhKr bkxjgrhDQeLc6nNACzg4OAUcJS7+swMJCwmUS8z98JZ5AiP/AkaGVYyyKblVurmJmTnFqcm6 xcmJeXmpRbpmermZJXqpKaWbGMGh5KK8g/HPQaVDjAIcjEo8vFJlDv5CrIllxZW5hxglOZiU RHl5zB39hfiS8lMqMxKLM+KLSnNSiw8xSnAwK4nwlt609xfiTUmsrEotyodJSXOwKInzami9 8xMSSE8sSc1OTS1ILYLJynBwKEnwOlsADRUsSk1PrUjLzClBSDNxcIIM5wEarg5Sw1tckJhb nJkOkT/FqCglzqsHkhAASWSU5sH1wmL9FaM40CvCvGYgVTzANAHX/QpoMBPQYF4hO5DBJYkI KakGRlcTlalLTJQ71Tku3OZ3f3I7nG/mgW3mK97dVhEU2LlmVnX1yyuOhxPMnNm8jx6r6wko eLC67sS3z63ZhTYG1/frSC7W0Xh6Rmsr8/cPVqnCC+f3JP74m+x3aHNNH7vrPp9wRZ+t9swr 2lPPXFrHNPsYm4PA5i3Pny2VbrsbJuf7wfWtobPOOiWW4oxEQy3mouJEANNqiR7QAgAA Cc: tomi.ollila@iki.fi X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Feb 2012 18:02:55 -0000 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