]> git.notmuchmail.org Git - notmuch/commit
emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 19 Mar 2014 20:37:10 +0000 (22:37 +0200)
committerDavid Bremner <david@tethera.net>
Fri, 11 Apr 2014 02:25:36 +0000 (23:25 -0300)
commitcab1415a94f09c529ca7323904c5a159c996cbe0
tree4ea2848a8dc8e87ded01ef4d63eb37576790be90
parentfeb3ce957213350db6c3e954cf4016aced1f65ce
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
emacs/Makefile.local
emacs/notmuch-version.el.tmpl [new file with mode: 0644]
emacs/notmuch.el