From 9f1d36749529eb66d834d4b417cbc1d8e7cac325 Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Fri, 22 Dec 2017 14:00:05 +0100 Subject: Remove query-in-IDE warning. I don't understand what is wrong with putting a query in a script running in the IDE. It is typically needed when giving demos, and that sounds like a ligitimate use case. By the way, we do it ourselves every year during the demo at CoqPL... --- vernac/vernacprop.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vernac/vernacprop.mli') diff --git a/vernac/vernacprop.mli b/vernac/vernacprop.mli index eb7c7055a..df739f96a 100644 --- a/vernac/vernacprop.mli +++ b/vernac/vernacprop.mli @@ -21,6 +21,6 @@ val has_Fail : vernac_control -> bool val is_navigation_vernac : vernac_control -> bool val is_deep_navigation_vernac : vernac_control -> bool val is_reset : vernac_control -> bool -val is_query : vernac_control -> bool val is_debug : vernac_control -> bool val is_undo : vernac_control -> bool + -- cgit v1.2.3