From e8414a72d478b55d2a5dd8b2fb30c67ee60b1732 Mon Sep 17 00:00:00 2001 From: David Edmondson Date: Thu, 1 Apr 2010 18:36:21 +0100 Subject: emacs: Move notmuch-show functionality to notmuch-show.el To ease the transition to a JSON based implementation of `notmuch-show', move the current implementation into a separate file. Create `notmuch-lib.el' to hold common variables. --- emacs/Makefile.local | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'emacs/Makefile.local') diff --git a/emacs/Makefile.local b/emacs/Makefile.local index ee402e00..95b6fa45 100644 --- a/emacs/Makefile.local +++ b/emacs/Makefile.local @@ -1,7 +1,10 @@ # -*- makefile -*- dir := emacs -emacs_sources := $(dir)/notmuch.el +emacs_sources := \ + $(dir)/notmuch-lib.el \ + $(dir)/notmuch.el \ + $(dir)/notmuch-show.el emacs_bytecode := $(subst .el,.elc,$(emacs_sources)) -- cgit v1.2.3