diff options
| author | Enrico Tassi | 2014-09-08 13:46:44 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2014-09-09 13:11:38 +0200 |
| commit | b280ff870833a775564900d30d00a43d63246f8a (patch) | |
| tree | 0a877fc47af2e30f2f58945cda490efd9a685a93 /lib/flags.ml | |
| parent | 9d443eb0ff815a804f771335f0ac38a94d2851f2 (diff) | |
Undo: if the ui is coqtop (command line) then Undo is not part of the doc.
Diffstat (limited to 'lib/flags.ml')
| -rw-r--r-- | lib/flags.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/flags.ml b/lib/flags.ml index 5d8cdc30fd..2bc217fa35 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -75,6 +75,7 @@ let debug = ref false let profile = false let print_emacs = ref false +let coqtop_ui = ref false let ide_slave = ref false let ideslave_coqtop_flags = ref None |
