aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-05-25 14:58:52 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-05-25 14:58:52 +0000
commitbfb42267924cbdafc101ac1cab55ace5e2733bfb (patch)
tree35bdd0ae1b4e3a7c697227f15b1a30607b86d82d /toplevel
parent55f50475c832899dc51034f4f6b77ffd11760692 (diff)
Petit bug get_current_context
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@475 85f007b7-540e-0410-9357-904b9bb8a0f7
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 f90af433b..3e5cf4903 100644
--- a/toplevel/vernacentries.ml
+++ b/toplevel/vernacentries.ml
@@ -122,7 +122,7 @@ let print_loadpath () =
let get_goal_context_of_args = function
| [VARG_NUMBER n] -> get_goal_context n
- | [] -> get_current_goal_context ()
+ | [] -> get_current_context ()
| _ -> bad_vernac_args "goal_of_args"
let isfinite = function