some boilerplate so utop.el can go up on melpa (http://melpa.milkbox.net/)

This commit is contained in:
Martin Trojer 2014-03-07 14:59:29 +00:00
parent 6101de8028
commit 7290a63513
1 changed files with 7 additions and 0 deletions

View File

@ -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