--- /dev/null
+Return-Path: <markwalters1009@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id D4335431FC4\r
+ for <notmuch@notmuchmail.org>; Tue, 14 May 2013 01:14:08 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.201\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+ RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id raR-qFv6H84R for <notmuch@notmuchmail.org>;\r
+ Tue, 14 May 2013 01:14:03 -0700 (PDT)\r
+Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com\r
+ [209.85.212.173]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 32336431FC2\r
+ for <notmuch@notmuchmail.org>; Tue, 14 May 2013 01:14:03 -0700 (PDT)\r
+Received: by mail-wi0-f173.google.com with SMTP id hi5so2337552wib.0\r
+ for <notmuch@notmuchmail.org>; Tue, 14 May 2013 01:14:01 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=x-received:from:to:cc:subject:date:message-id:x-mailer;\r
+ bh=o/NIe5JbWJHPgTI6SiCXHrlvWNvNSYfIKudBAC2u/uw=;\r
+ b=oTNpsNfPcuCG9fiv3WZ4JAf2hTgH8dJUhOdhxfBbg1OlXJalqDv7hdtRCFBjwS3wfh\r
+ bS/2aAA8vkLyU7VF2T2RSFcc3iCujB7KRgKuT76hp/mPwZL+y8AIQPUethuKGX6beu4I\r
+ 95gKcxi0/fjcmUmUsF5YuBmHbpApIUwioBmxeqAPFtOMm5P2Bl5A0jColVr0K6tq7XAV\r
+ ikJD9hm5h4TM6+YCjkcTMX2jfBcZPsB2rjnqtMcwongjeGjHZ+yopCuEnNiUeEz9gGEe\r
+ 0zWMvt5BtT1pe4BRFNKmQsTnXlcAMF/KEl246wt6ShGiku1FIs5uA1ue8Xr4hx5Tfljj\r
+ 4+kg==\r
+X-Received: by 10.180.39.233 with SMTP id s9mr3929933wik.25.1368519239440;\r
+ Tue, 14 May 2013 01:13:59 -0700 (PDT)\r
+Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
+ by mx.google.com with ESMTPSA id f2sm20053331wiv.11.2013.05.14.01.13.57\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Tue, 14 May 2013 01:13:58 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] emacs: tag: fix compile warning\r
+Date: Tue, 14 May 2013 09:13:53 +0100\r
+Message-Id: <1368519233-18043-1-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 14 May 2013 08:14:09 -0000\r
+\r
+When compiling notmuch-tag.el there is a compile warning:\r
+notmuch-tag.el:27:1:Warning: cl package required at runtime\r
+\r
+Since we have decided to allow runtime use of cl we suppress this\r
+warning by adding a tail comment to the file.\r
+---\r
+\r
+This warning has irritated me for some time: thanks to Austin (on irc)\r
+for pointing out how to fix it.\r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+ emacs/notmuch-tag.el | 4 ++++\r
+ 1 files changed, 4 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el\r
+index 75a438b..064cfa8 100644\r
+--- a/emacs/notmuch-tag.el\r
++++ b/emacs/notmuch-tag.el\r
+@@ -292,3 +292,7 @@ begin with a \"+\" or a \"-\". If REVERSE is non-nil, replace all\r
+ ;;\r
+ \r
+ (provide 'notmuch-tag)\r
++\r
++;; Local Variables:\r
++;; byte-compile-warnings: (not cl-functions)\r
++;; End:\r
+-- \r
+1.7.9.1\r
+\r