aboutsummaryrefslogtreecommitdiff
path: root/toplevel
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/vernacentries.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml
index 9c30cef9a6..9e53e01c4e 100644
--- a/toplevel/vernacentries.ml
+++ b/toplevel/vernacentries.ml
@@ -1732,7 +1732,7 @@ let _ =
(fun () ->
if not (refining ()) then
error "Unknown command of the non proof-editing mode";
- solve_nth n (Tacinterp.interp tcom);
+ solve_nth n (Tacinterp.hide_interp tcom);
print_subgoals();
(* in case a strict subtree was completed,
go back to the top of the prooftree *)