aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tactics.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-11-22 15:12:28 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-11-22 15:12:28 +0100
commit714256f7dcc68642117013dfa7b3ff8a76e468b9 (patch)
tree3396501cd0f349d78ac9f2a728f48ef692ae9743 /tactics/tactics.ml
parent34921bb2391e8ce8b0fa00c300d218d2ef6f27e2 (diff)
Removing useless flag of the historical move tactic.
Diffstat (limited to 'tactics/tactics.ml')
-rw-r--r--tactics/tactics.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.ml b/tactics/tactics.ml
index e4783707a..1ecd27935 100644
--- a/tactics/tactics.ml
+++ b/tactics/tactics.ml
@@ -254,7 +254,7 @@ let apply_clear_request clear_flag dft c =
else Tacticals.New.tclIDTAC
(* Moving hypotheses *)
-let move_hyp id dest gl = Tacmach.move_hyp true id dest gl
+let move_hyp id dest gl = Tacmach.move_hyp id dest gl
(* Renaming hypotheses *)
let rename_hyp repl =