[PATCH v1] emacs: notmuch-jump.el should provide.
authorDavid Edmondson <dme@dme.org>
Wed, 22 Oct 2014 06:05:33 +0000 (07:05 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:05:28 +0000 (10:05 -0800)
0d/6c256c5ebc5db57136bd8c0d2fa44ab091c74a [new file with mode: 0644]

diff --git a/0d/6c256c5ebc5db57136bd8c0d2fa44ab091c74a b/0d/6c256c5ebc5db57136bd8c0d2fa44ab091c74a
new file mode 100644 (file)
index 0000000..21a946f
--- /dev/null
@@ -0,0 +1,64 @@
+Return-Path: <dme@disaster-area.hh.sledj.net>\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 CEE79431FB6\r
+       for <notmuch@notmuchmail.org>; Tue, 21 Oct 2014 23:05:39 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       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 lut0JC2ZBjiK for <notmuch@notmuchmail.org>;\r
+       Tue, 21 Oct 2014 23:05:35 -0700 (PDT)\r
+Received: from disaster-area.hh.sledj.net (disaster-area.hh.sledj.net\r
+       [81.149.164.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 03560431FAE\r
+       for <notmuch@notmuchmail.org>; Tue, 21 Oct 2014 23:05:34 -0700 (PDT)\r
+Received: from dme by disaster-area.hh.sledj.net with local (Exim 4.84)\r
+       (envelope-from <dme@disaster-area.hh.sledj.net>) id 1Xgp37-0006YU-E0\r
+       for notmuch@notmuchmail.org; Wed, 22 Oct 2014 07:05:33 +0100\r
+From: David Edmondson <dme@dme.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v1] emacs: notmuch-jump.el should provide.\r
+Date: Wed, 22 Oct 2014 07:05:33 +0100\r
+Message-Id: <1413957933-25160-1-git-send-email-dme@dme.org>\r
+X-Mailer: git-send-email 2.1.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: Wed, 22 Oct 2014 06:05:40 -0000\r
+\r
+To ease loading, notmuch-jump.el should provide 'notmuch-jump.\r
+---\r
+ emacs/notmuch-jump.el | 4 ++++\r
+ 1 file changed, 4 insertions(+)\r
+\r
+diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el\r
+index 05ec57e..20e24b2 100644\r
+--- a/emacs/notmuch-jump.el\r
++++ b/emacs/notmuch-jump.el\r
+@@ -170,3 +170,7 @@ buffer."\r
+          (setq notmuch-jump--action ',(third action))\r
+          (exit-minibuffer))))\r
+     map))\r
++\r
++;;\r
++\r
++(provide 'notmuch-jump)\r
+-- \r
+2.1.1\r
+\r