aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-10 19:00:57 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-10 19:00:57 +0000
commite166e675f8623cc8405663e4cb03aa236e19ea3e (patch)
tree853b30c2cde75d5b2c0dc0738bf4370bc7ef8188 /contrib
parentb47ef72ac6e2498a5dcd5e71279d2feddfa0c9c9 (diff)
show_subgoals dans Pfedit
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4576 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
-rw-r--r--contrib/interface/centaur.ml43
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/interface/centaur.ml4 b/contrib/interface/centaur.ml4
index 78de2fb02..10fcf37f2 100644
--- a/contrib/interface/centaur.ml4
+++ b/contrib/interface/centaur.ml4
@@ -586,7 +586,8 @@ open Vernacentries
let pcoq_show_goal = function
| Some n -> show_nth n
| None ->
- if !pcoq_started = Some true (* = debug *) then show_open_subgoals ()
+ if !pcoq_started = Some true (* = debug *) then
+ msg (Pfedit.pr_open_subgoals ())
else errorlabstrm "show_goal"
(str "Show must be followed by an integer in Centaur mode");;