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