X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-version.el.tmpl;h=9730829525321c489388513d34636e94a7559d57;hb=904ffbc9256db472abd34aa8e683c40067a42dd0;hp=236aaf7dce38a46d4a1bcb193d1b0a64762a61c6;hpb=cab1415a94f09c529ca7323904c5a159c996cbe0;p=notmuch diff --git a/emacs/notmuch-version.el.tmpl b/emacs/notmuch-version.el.tmpl index 236aaf7d..97308295 100644 --- a/emacs/notmuch-version.el.tmpl +++ b/emacs/notmuch-version.el.tmpl @@ -1,4 +1,4 @@ -;; -*- emacs-lisp -*- +;;; notmuch-version.el --- version of notmuch -*- emacs-lisp -*- ;; ;; %AG% ;; @@ -15,9 +15,13 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with Notmuch. If not, see . +;; along with Notmuch. If not, see . + +;;; Code: (defconst notmuch-emacs-version %VERSION% "Version of Notmuch Emacs MUA.") (provide 'notmuch-version) + +;;; notmuch-version.el ends here