]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-version.el.tmpl
emacs: Fix packaging
[notmuch] / emacs / notmuch-version.el.tmpl
index 236aaf7dce38a46d4a1bcb193d1b0a64762a61c6..88cc01ce1378f03f0c44afaeb00533075436181e 100644 (file)
@@ -1,3 +1,4 @@
+;;; notmuch-version.el --- Version of notmuch
 ;; -*- emacs-lisp -*-
 ;;
 ;; %AG%
 ;; You should have received a copy of the GNU General Public License
 ;; along with Notmuch.  If not, see <http://www.gnu.org/licenses/>.
 
+;;; Code:
+
 (defconst notmuch-emacs-version %VERSION%
   "Version of Notmuch Emacs MUA.")
 
 (provide 'notmuch-version)
+
+;;; notmuch-version.el ends here