From 80ef72aa037175549f396e9618274ba69a81cf80 Mon Sep 17 00:00:00 2001 From: courtieu Date: Fri, 16 Dec 2011 14:34:13 +0000 Subject: Moving bullets (-, +, *) into stand-alone commands instead of being part of a tactic. WARNING: Coqide needs to be adapted. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14794 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/decl_mode/g_decl_mode.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/decl_mode/g_decl_mode.ml4 b/plugins/decl_mode/g_decl_mode.ml4 index 8ed3ae62d3..27def8cc13 100644 --- a/plugins/decl_mode/g_decl_mode.ml4 +++ b/plugins/decl_mode/g_decl_mode.ml4 @@ -139,7 +139,7 @@ GEXTEND Gram GLOBAL: proof_mode ; proof_mode: LAST - [ [ c=G_vernac.subgoal_command -> c (Some 1) None ] ] + [ [ c=G_vernac.subgoal_command -> c (Some 1) ] ] ; END -- cgit v1.2.3