diff options
Diffstat (limited to 'translate')
| -rw-r--r-- | translate/ppvernacnew.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ppvernacnew.ml b/translate/ppvernacnew.ml index 83690598d8..f6577dc143 100644 --- a/translate/ppvernacnew.ml +++ b/translate/ppvernacnew.ml @@ -771,7 +771,7 @@ let rec pr_vernac = function (if i = 1 then mt() else int i ++ str ": ") ++ (if !Options.p1 then mt () else str "By ") ++ (if deftac then mt() else str "!! ") ++ - pr_raw_tactic_goal i tac + Options.with_option Options.translate_syntax (pr_raw_tactic_goal i) tac | VernacSolveExistential (i,c) -> str"Existential " ++ int i ++ pr_lconstrarg c |
