aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqinit.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/coqinit.ml')
-rw-r--r--toplevel/coqinit.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/coqinit.ml b/toplevel/coqinit.ml
index 45aa980b7..2f778be36 100644
--- a/toplevel/coqinit.ml
+++ b/toplevel/coqinit.ml
@@ -95,7 +95,7 @@ let init_load_path () =
(* main loops *)
Mltop.add_ml_dir (coqlib/"toploop");
if Coq_config.local then Mltop.add_ml_dir (coqlib/"stm");
- if Coq_config.local then Mltop.add_ml_dir (coqlib/"idetop");
+ if Coq_config.local then Mltop.add_ml_dir (coqlib/"ide");
(* then standard library *)
add_stdlib_path ~unix_path:(coqlib/"theories") ~coq_root ~with_ml:false;
(* then plugins *)