]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matitaWiki.ml
snopshot (working one!)
[helm.git] / matita / matitaWiki.ml
index 08f683cbf3fa4633411e4bb6ab5214b965efcef7..87e9a44178a47a18b5bad6f9e9b3961e0825e71f 100644 (file)
@@ -170,7 +170,7 @@ let rec interactive_loop () =
           | _ -> ()
         in
          run_script str 
-           (MatitaEngine.eval_from_stream ~first_statement_only:true ~prompt:false
+           (MatitaEngine.eval_from_stream ~first_statement_only:true 
            ~include_paths:(Lazy.force include_paths) ~watch_statuses) ;
          interactive_loop (Some (List.length !lexicon_status))
   with