diff options
Diffstat (limited to 'lib/options.ml')
| -rw-r--r-- | lib/options.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/options.ml b/lib/options.ml index b60210fdef..a47a0bea87 100644 --- a/lib/options.ml +++ b/lib/options.ml @@ -22,6 +22,8 @@ let emacs_str s = if !print_emacs then s else "" let term_quality = ref false +let xml_export = ref false + (* Silent / Verbose *) let silent = ref false let make_silent flag = silent := flag; () |
