some boilerplate so utop.el can go up on melpa (http://melpa.milkbox.net/)
This commit is contained in:
parent
6101de8028
commit
7290a63513
|
@ -4,6 +4,11 @@
|
||||||
;; Licence : BSD3
|
;; Licence : BSD3
|
||||||
;;
|
;;
|
||||||
;; This file is a part of utop.
|
;; 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)
|
(require 'easymenu)
|
||||||
|
|
||||||
|
@ -1222,3 +1227,5 @@ Special keys for utop:
|
||||||
buf))
|
buf))
|
||||||
|
|
||||||
(provide 'utop)
|
(provide 'utop)
|
||||||
|
|
||||||
|
;;; utop.el ends here
|
||||||
|
|
Loading…
Reference in New Issue