From 7290a63513da67e04cc53986434d9699fce3b000 Mon Sep 17 00:00:00 2001 From: Martin Trojer Date: Fri, 7 Mar 2014 14:59:29 +0000 Subject: [PATCH] some boilerplate so utop.el can go up on melpa (http://melpa.milkbox.net/) --- src/top/utop.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/top/utop.el b/src/top/utop.el index 3090981..b4c1059 100644 --- a/src/top/utop.el +++ b/src/top/utop.el @@ -4,6 +4,11 @@ ;; Licence : BSD3 ;; ;; This file is a part of utop. +;; +;; Keywords: ocaml languages +;; Package-Requires: ((emacs "24")) +;; See the README for more info: +;; https://github.com/diml/utop (require 'easymenu) @@ -1222,3 +1227,5 @@ Special keys for utop: buf)) (provide 'utop) + +;;; utop.el ends here