diff options
| -rw-r--r-- | toplevel/coqtop.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/coqtop.ml b/toplevel/coqtop.ml index 1c41fe1033..8f64b1fac6 100644 --- a/toplevel/coqtop.ml +++ b/toplevel/coqtop.ml @@ -113,7 +113,7 @@ let parse_args () = | "-debug" :: rem -> set_debug (); parse rem - | "-emacs" :: rem -> Printer.print_emacs := true; parse rem + | "-emacs" :: rem -> Options.print_emacs := true; parse rem | "-where" :: _ -> print_endline Coq_config.coqlib; exit 0 |
