X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/cab1415a94f09c529ca7323904c5a159c996cbe0..6a833a6e83865f6999707cc30768d07e1351c2cb:/emacs/notmuch-version.el.tmpl diff --git a/emacs/notmuch-version.el.tmpl b/emacs/notmuch-version.el.tmpl index 236aaf7d..abf52f17 100644 --- a/emacs/notmuch-version.el.tmpl +++ b/emacs/notmuch-version.el.tmpl @@ -1,3 +1,4 @@ +;;; notmuch-version.el --- Version of notmuch ;; -*- emacs-lisp -*- ;; ;; %AG% @@ -15,9 +16,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