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

some boilerplate so utop.el can go up on melpa (http://melpa.milkbox.net...
This commit is contained in:
Jérémie Dimino 2014-03-07 15:11:47 +00:00
commit 85d183c233
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