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 CEE79431FB6 for ; Tue, 21 Oct 2014 23:05:39 -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 lut0JC2ZBjiK for ; Tue, 21 Oct 2014 23:05:35 -0700 (PDT) Received: from disaster-area.hh.sledj.net (disaster-area.hh.sledj.net [81.149.164.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 03560431FAE for ; Tue, 21 Oct 2014 23:05:34 -0700 (PDT) Received: from dme by disaster-area.hh.sledj.net with local (Exim 4.84) (envelope-from ) id 1Xgp37-0006YU-E0 for notmuch@notmuchmail.org; Wed, 22 Oct 2014 07:05:33 +0100 From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH v1] emacs: notmuch-jump.el should provide. Date: Wed, 22 Oct 2014 07:05:33 +0100 Message-Id: <1413957933-25160-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 2.1.1 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, 22 Oct 2014 06:05:40 -0000 To ease loading, notmuch-jump.el should provide 'notmuch-jump. --- emacs/notmuch-jump.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el index 05ec57e..20e24b2 100644 --- a/emacs/notmuch-jump.el +++ b/emacs/notmuch-jump.el @@ -170,3 +170,7 @@ buffer." (setq notmuch-jump--action ',(third action)) (exit-minibuffer)))) map)) + +;; + +(provide 'notmuch-jump) -- 2.1.1