From 625ce9059f60d9b768a448884224babcb9024efc Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Thu, 31 Jan 2019 18:21:41 -0600 Subject: sail-mode: add ELPA metadata This adds ELPA metadata, which should allow authorship of MELPA packages for Sail mode. Signed-off-by: Austin Seipp --- editors/sail-mode.el | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'editors') diff --git a/editors/sail-mode.el b/editors/sail-mode.el index 6dae0761..528538be 100644 --- a/editors/sail-mode.el +++ b/editors/sail-mode.el @@ -1,3 +1,24 @@ +;;; sail-mode.el --- Major mode for editing .sail files -*- lexical-binding: t; -*- + +;; Copyright (C) 2013-2018 The Sail Authors +;; +;; Author: The Sail Authors +;; URL: http://github.com/rems-project/sail +;; Package-Requires: ((emacs "25")) +;; Version: 0.0.1 +;; Keywords: language + +;; This file is not part of GNU Emacs. + +;;; License: + +;; Licensed under the same terms as Emacs. + +;;; Commentary: + +;; This mode is only compatible with new, recent of the new Sail on the "sail2" branch. + +;;; Code: (defvar sail2-mode-hook nil) @@ -65,3 +86,4 @@ (provide 'sail2-mode) +;;; sail-mode.el ends here -- cgit v1.2.3