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 8DA8B4196F0 for ; Tue, 27 Apr 2010 10:58:48 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -4.2 X-Spam-Level: X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham 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 qCXwzCrtYkkR for ; Tue, 27 Apr 2010 10:58:46 -0700 (PDT) Received: from ipex1.johnshopkins.edu (ipex1.johnshopkins.edu [162.129.8.141]) by olra.theworths.org (Postfix) with ESMTP id 43321431FC1 for ; Tue, 27 Apr 2010 10:58:46 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.52,282,1270440000"; d="scan'208";a="319034389" Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky) ([69.255.36.229]) by ipex1.johnshopkins.edu with ESMTP/TLS/AES256-SHA; 27 Apr 2010 13:58:45 -0400 Received: from jkr by lucky with local (Exim 4.69) (envelope-from ) id 1O6p3T-0003We-Tb; Tue, 27 Apr 2010 13:58:43 -0400 From: Jesse Rosenthal To: Notmuch developer list Subject: [PATCH] Add tach.el to emacs/Makefile.local In-Reply-To: <8739ygke0h.fsf@jhu.edu> References: <878w88ke5s.fsf@jhu.edu> <87633cke3g.fsf@jhu.edu> <8739ygke0h.fsf@jhu.edu> User-Agent: Notmuch/0.3 (http://notmuchmail.org) Emacs/23.1.1 (i486-pc-linux-gnu) Date: Tue, 27 Apr 2010 13:58:43 -0400 Message-ID: <87zl0oixpo.fsf@jhu.edu> 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: Tue, 27 Apr 2010 17:58:48 -0000 Once again I added a file to the emacs directory without adding a corresponding line in the Makefile. This patch adds that line. --- emacs/Makefile.local | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/emacs/Makefile.local b/emacs/Makefile.local index 00d309c..a16fa3c 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -11,6 +11,7 @@ emacs_sources := \ $(dir)/notmuch-mua.el \ $(dir)/notmuch-address.el \ $(dir)/notmuch-maildir-fcc.el \ + $(dir)/tach.el \ $(dir)/coolj.el emacs_images := \ -- 1.6.3.3