Merge pull request #57 from martintrojer/prepare-for-melpa

better package.el boiler plate
This commit is contained in:
Jérémie Dimino 2014-03-08 19:41:14 +00:00
commit d316ebe421
1 changed files with 16 additions and 9 deletions

View File

@ -1,15 +1,22 @@
;; utop.el
;; -------
;; Copyright : (c) 2011, Jeremie Dimino <jeremie@dimino.org>
;; Licence : BSD3
;;
;; This file is a part of utop.
;;
;; Keywords: ocaml languages
;;; utop.el --- Universal toplevel for OCaml
;; Copyright: (c) 2011, Jeremie Dimino <jeremie@dimino.org>
;; Author: Jeremie Dimino <jeremie@dimino.org>
;; URL: https://github.com/diml/utop
;; Licence: BSD3
;; Version: 1.11
;; Package-Requires: ((emacs "24"))
;; See the README for more info:
;; Keywords: ocaml languages
;; This file is a part of utop.
;;; Commentary:
;; See the README for more info;
;; https://github.com/diml/utop
;;; Code:
(require 'easymenu)
;; tabulated-list is a part of Emacs 24