From cab1415a94f09c529ca7323904c5a159c996cbe0 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Wed, 19 Mar 2014 22:37:10 +0200 Subject: emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it The notmuch cli program and emacs lisp versions may differ (especially in remote usage). It helps to resolve problems if we can determine the versions of notmuch cli and notmuch emacs mua separately. The build process now creates notmuch-version.el from template file by filling the version info to notmuch-emacs-version variable. --- emacs/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs/.gitignore') diff --git a/emacs/.gitignore b/emacs/.gitignore index 5421301c..9fa1c44e 100644 --- a/emacs/.gitignore +++ b/emacs/.gitignore @@ -1,2 +1,3 @@ .eldeps* *.elc +notmuch-version.el -- cgit v1.2.3