diff options
| author | Pierre-Marie Pédrot | 2018-11-28 08:44:38 +0100 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2018-11-28 08:44:38 +0100 |
| commit | 7db1dbb91439eecad777064fcbb8a8e904fc690d (patch) | |
| tree | 6c7ba9798f242d15ebe2721c064bf494ce4c94f5 /ide | |
| parent | e2444700206fe25a25f7f7cdabf9bc3eddfb2760 (diff) | |
| parent | 8f9dcb8418ac4db5cf3e4302f61d543d0c47cbdf (diff) | |
Merge PR #8826: [toplevel] Allow to specify default options.
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/idetop.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/idetop.ml b/ide/idetop.ml index 8cb02190e6..a2b85041e8 100644 --- a/ide/idetop.ml +++ b/ide/idetop.ml @@ -537,5 +537,5 @@ let islave_init ~opts extra_args = let () = let open Coqtop in - let custom = { init = islave_init; run = loop; } in + let custom = { init = islave_init; run = loop; opts = Coqargs.default_opts } in start_coq custom |
