From c9f87fca10b37d15fc943dc4f5d2adb1c3304a3c Mon Sep 17 00:00:00 2001 From: ppedrot Date: Wed, 30 Nov 2011 16:54:44 +0000 Subject: Fixed a bug introduced in r12755. CoqIDE would ignore the Printing Existential Instances options because it was ill-formed. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14756 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/coq.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/coq.ml b/ide/coq.ml index 4d7437fa43..adc766e331 100644 --- a/ide/coq.ml +++ b/ide/coq.ml @@ -224,7 +224,7 @@ struct let raw_matching = ["Printing"; "Matching"; "Synth"] let notations = ["Printing"; "Notations"] let all_basic = ["Printing"; "All"] - let existential = ["Printing"; "Existential Instances"] + let existential = ["Printing"; "Existential"; "Instances"] let universes = ["Printing"; "Universes"] let state_hack = Hashtbl.create 11 -- cgit v1.2.3