From e17aa2826231c440697e323abc75e74d83a87e53 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Wed, 1 May 2013 06:19:38 +2100 Subject: [PATCH] Re: [PATCH 1/1] emacs: fixed (declare-function ...) definitions --- 11/c02283afeb1ffce79521c7d6f695284052b95e | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 11/c02283afeb1ffce79521c7d6f695284052b95e diff --git a/11/c02283afeb1ffce79521c7d6f695284052b95e b/11/c02283afeb1ffce79521c7d6f695284052b95e new file mode 100644 index 000000000..22cefafe1 --- /dev/null +++ b/11/c02283afeb1ffce79521c7d6f695284052b95e @@ -0,0 +1,68 @@ +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 AEAC7431FBC + for ; Tue, 30 Apr 2013 02:19:45 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 c4PxtTNBwr7a for ; + Tue, 30 Apr 2013 02:19:45 -0700 (PDT) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 5B2F9431FB6 + for ; Tue, 30 Apr 2013 02:19:45 -0700 (PDT) +Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.82.78] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) + (envelope-from ) + id 1UX6it-0007rD-Ny; Tue, 30 Apr 2013 06:19:44 -0300 +Received: from bremner by zancas.localnet with local (Exim 4.80) + (envelope-from ) + id 1UX6io-0005E5-4B; Tue, 30 Apr 2013 06:19:38 -0300 +From: David Bremner +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/1] emacs: fixed (declare-function ...) definitions +In-Reply-To: <1365630175-1048-1-git-send-email-tomi.ollila@iki.fi> +References: <1365630175-1048-1-git-send-email-tomi.ollila@iki.fi> +User-Agent: Notmuch/0.15.2+84~g12d5e4e (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Tue, 30 Apr 2013 06:19:38 -0300 +Message-ID: <87ppxcv0id.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-Spam_bar: - +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: Tue, 30 Apr 2013 09:19:46 -0000 + +Tomi Ollila writes: + +> Some (declare-function ...) definitions were drifted away from the +> actual (defun ...)'s. To find the drifts and to verify changes +> the following command line was used: +> +> $ emacs --batch -L emacs --eval '(check-declare-directory "emacs")' + +pushed, + +d -- 2.26.2