From: Tomi Ollila Date: Wed, 25 Jan 2012 09:19:30 +0000 (+0200) Subject: Re: [PATCH] emacs: Fix a notmuch-print.el compiler warning. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=593ee4040889185376b88f2c6b510541b9cb2852;p=notmuch-archives.git Re: [PATCH] emacs: Fix a notmuch-print.el compiler warning. --- diff --git a/18/015b778a408a96ed71f271db32b344ef529dbc b/18/015b778a408a96ed71f271db32b344ef529dbc new file mode 100644 index 000000000..073d9ae77 --- /dev/null +++ b/18/015b778a408a96ed71f271db32b344ef529dbc @@ -0,0 +1,63 @@ +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 E755F431FD2 + for ; Wed, 25 Jan 2012 01:19:32 -0800 (PST) +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 SUW6pt78XVIc for ; + Wed, 25 Jan 2012 01:19:32 -0800 (PST) +Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) + by olra.theworths.org (Postfix) with ESMTP id 44839431FBC + for ; Wed, 25 Jan 2012 01:19:32 -0800 (PST) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id 718DC68056; Wed, 25 Jan 2012 11:19:30 +0200 (EET) +From: Tomi Ollila +To: David Edmondson , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: Fix a notmuch-print.el compiler warning. +In-Reply-To: <1327481535-27076-1-git-send-email-dme@dme.org> +References: <1327481535-27076-1-git-send-email-dme@dme.org> +User-Agent: Notmuch/0.11+99~g0528eb4 (http://notmuchmail.org) Emacs/23.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +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: Wed, 25 Jan 2012 09:19:33 -0000 + +On Wed, 25 Jan 2012 08:52:15 +0000, David Edmondson wrote: +> `notmuch-show-get-prop' should be declared. +> --- + +How 'bout + +(require 'notmuch-lib) + +and put that declare-function there ? + +So that when declaration gets checked when notmuch-show defuns it + + +Tomi