aboutsummaryrefslogtreecommitdiffhomepage
path: root/easycrypt/easycrypt-keywords.el
diff options
context:
space:
mode:
authorGravatar Erik Martin-Dorel <erik@martin-dorel.org>2018-08-23 01:37:33 +0200
committerGravatar GitHub <noreply@github.com>2018-08-23 01:37:33 +0200
commit733cd24a7368ee186884da488da0f59bbedb627e (patch)
treee2a6832c08a6f058f423879c40c02fd924082af3 /easycrypt/easycrypt-keywords.el
parent26b3bf9f070e9aee45c6e3d19bca475d4ae8ed37 (diff)
parent7986697e7999e1d24356d459d64e7be5ee4c8da0 (diff)
Merge pull request #380 from ProofGeneral/prepare-melpa
Prepare PG for MELPA
Diffstat (limited to 'easycrypt/easycrypt-keywords.el')
-rw-r--r--easycrypt/easycrypt-keywords.el11
1 files changed, 10 insertions, 1 deletions
diff --git a/easycrypt/easycrypt-keywords.el b/easycrypt/easycrypt-keywords.el
index e0b9d369..feb64fb1 100644
--- a/easycrypt/easycrypt-keywords.el
+++ b/easycrypt/easycrypt-keywords.el
@@ -1,3 +1,5 @@
+;;; easycrypt-keywords.el --- Definition of keywords for EasyCrypt mode
+
;; --------------------------------------------------------------------
;; Copyright (c) - 2012--2016 - IMDEA Software Institute
;; Copyright (c) - 2012--2016 - Inria
@@ -5,7 +7,12 @@
;; Distributed under the terms of the GPL-v3 license
;; --------------------------------------------------------------------
-; Generated on Tue Feb 21 23:37:34 2017
+;;; Commentary:
+;;
+;; Generated on Tue Feb 21 23:37:34 2017
+;;
+
+;;; Code:
(defvar easycrypt-bytac-keywords '(
"exact"
@@ -175,3 +182,5 @@
))
(provide 'easycrypt-keywords)
+
+;;; easycrypt-keywords.el ends here