From: Tomi Ollila Date: Wed, 15 May 2013 19:47:48 +0000 (+0300) Subject: Re: [PATCH] emacs: tag: fix compile warning X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2e2eded605ae070fb824105fccb7c2c2a6bde47d;p=notmuch-archives.git Re: [PATCH] emacs: tag: fix compile warning --- diff --git a/c9/5d4c822d7e3ccc7662a250952562843b14220b b/c9/5d4c822d7e3ccc7662a250952562843b14220b new file mode 100644 index 000000000..d4f0bbf71 --- /dev/null +++ b/c9/5d4c822d7e3ccc7662a250952562843b14220b @@ -0,0 +1,95 @@ +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 1E9B9431FC7 + for ; Wed, 15 May 2013 12:47:59 -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 jsPmG7NQNQfL for ; + Wed, 15 May 2013 12:47:51 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 831D9431FC2 + for ; Wed, 15 May 2013 12:47:51 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id E6AAC100094; + Wed, 15 May 2013 22:47:48 +0300 (EEST) +From: Tomi Ollila +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: tag: fix compile warning +In-Reply-To: <1368519233-18043-1-git-send-email-markwalters1009@gmail.com> +References: <1368519233-18043-1-git-send-email-markwalters1009@gmail.com> +User-Agent: Notmuch/0.15.2+99~g7e455bc (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain +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, 15 May 2013 19:47:59 -0000 + +On Tue, May 14 2013, Mark Walters wrote: + +> When compiling notmuch-tag.el there is a compile warning: +> notmuch-tag.el:27:1:Warning: cl package required at runtime +> +> Since we have decided to allow runtime use of cl we suppress this +> warning by adding a tail comment to the file. + +> --- + +LGTM. + +Tomi + + +> +> This warning has irritated me for some time: thanks to Austin (on irc) +> for pointing out how to fix it. +> +> Best wishes +> +> Mark +> +> emacs/notmuch-tag.el | 4 ++++ +> 1 files changed, 4 insertions(+), 0 deletions(-) +> +> diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el +> index 75a438b..064cfa8 100644 +> --- a/emacs/notmuch-tag.el +> +++ b/emacs/notmuch-tag.el +> @@ -292,3 +292,7 @@ begin with a \"+\" or a \"-\". If REVERSE is non-nil, replace all +> ;; +> +> (provide 'notmuch-tag) +> + +> +;; Local Variables: +> +;; byte-compile-warnings: (not cl-functions) +> +;; End: +> -- +> 1.7.9.1 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch