From 6bbcd438ae36739703a4fea16be933c76b70aa73 Mon Sep 17 00:00:00 2001 From: Geoff Shannon Date: Mon, 4 Aug 2014 15:15:40 -0700 Subject: [PATCH] Remove unnecessary autoload call --- modules/prelude-ocaml.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/prelude-ocaml.el b/modules/prelude-ocaml.el index a9254fa..e92205e 100644 --- a/modules/prelude-ocaml.el +++ b/modules/prelude-ocaml.el @@ -43,8 +43,6 @@ ("\\.topml\\'" . tuareg-mode)) auto-mode-alist)) -(autoload 'utop-setup-ocaml-buffer "utop" "Toplevel for OCaml" t) - (add-hook 'tuareg-mode-hook 'utop-setup-ocaml-buffer) (add-hook 'tuareg-mode-hook 'merlin-mode)