]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-version.el.tmpl
cli/crypto: treat failure to create a crypto context as fatal.
[notmuch] / emacs / notmuch-version.el.tmpl
index 236aaf7dce38a46d4a1bcb193d1b0a64762a61c6..abf52f1772696461ff6fb559e37a5413f0c06e21 100644 (file)
@@ -1,3 +1,4 @@
+;;; notmuch-version.el --- Version of notmuch
 ;; -*- emacs-lisp -*-
 ;;
 ;; %AG%
 ;; General Public License for more details.
 ;;
 ;; You should have received a copy of the GNU General Public License
-;; along with Notmuch.  If not, see <http://www.gnu.org/licenses/>.
+;; along with Notmuch.  If not, see <https://www.gnu.org/licenses/>.
+
+;;; Code:
 
 (defconst notmuch-emacs-version %VERSION%
   "Version of Notmuch Emacs MUA.")
 
 (provide 'notmuch-version)
+
+;;; notmuch-version.el ends here