aboutsummaryrefslogtreecommitdiffhomepage
path: root/easycrypt/easycrypt-abbrev.el
diff options
context:
space:
mode:
Diffstat (limited to 'easycrypt/easycrypt-abbrev.el')
-rw-r--r--easycrypt/easycrypt-abbrev.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/easycrypt/easycrypt-abbrev.el b/easycrypt/easycrypt-abbrev.el
index 3850ffb7..fa9cdcfc 100644
--- a/easycrypt/easycrypt-abbrev.el
+++ b/easycrypt/easycrypt-abbrev.el
@@ -1,3 +1,5 @@
+;;; easycrypt-abbrev.el --- Abbrev table and menus for EasyCrypt mode
+
;; --------------------------------------------------------------------
;; Copyright (c) - 2012--2016 - IMDEA Software Institute
;; Copyright (c) - 2012--2016 - Inria
@@ -5,9 +7,14 @@
;; Distributed under the terms of the GPL-v3 license
;; --------------------------------------------------------------------
+;;; Commentary:
+;;
+
(require 'proof)
(require 'easycrypt-syntax)
+;;; Code:
+
(defpgdefault menu-entries
'(
["Use Three Panes" proof-three-window-toggle
@@ -23,3 +30,5 @@
))
(provide 'easycrypt-abbrev)
+
+;;; easycrypt-abbrev.el ends here