From 3fdec164a8bdaac4c108fd31d76a814c8a888dd2 Mon Sep 17 00:00:00 2001 From: Martin Trojer Date: Fri, 7 Mar 2014 18:25:14 +0000 Subject: [PATCH] better boiler plate --- src/top/utop.el | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/top/utop.el b/src/top/utop.el index b4c1059..8a926fe 100644 --- a/src/top/utop.el +++ b/src/top/utop.el @@ -1,15 +1,22 @@ -;; utop.el -;; ------- -;; Copyright : (c) 2011, Jeremie Dimino -;; Licence : BSD3 -;; -;; This file is a part of utop. -;; -;; Keywords: ocaml languages +;;; utop.el --- Universal toplevel for OCaml + +;; Copyright: (c) 2011, Jeremie Dimino +;; Author: Jeremie Dimino +;; 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