aboutsummaryrefslogtreecommitdiff
path: root/ide/preferences.mli
diff options
context:
space:
mode:
authornotin2006-10-13 17:51:11 +0000
committernotin2006-10-13 17:51:11 +0000
commit6140f97b57eb8ffb8ee80ab7bef4240905e5446d (patch)
tree30f022e08b03ac4cf57f301c887de00f1c287b90 /ide/preferences.mli
parent45734a4e2d0515006ef71927ca5e7a2e20b08381 (diff)
Ajout des options Coqide suggérées par Damien Doligez (wish #1053)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9240 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/preferences.mli')
-rw-r--r--ide/preferences.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/ide/preferences.mli b/ide/preferences.mli
index 50b988e90d..7d2be0012d 100644
--- a/ide/preferences.mli
+++ b/ide/preferences.mli
@@ -52,6 +52,8 @@ type pref =
mutable use_utf8_notation : bool;
*)
mutable auto_complete : bool;
+ mutable stop_before : bool;
+ mutable lax_syntax : bool;
}
val save_pref : unit -> unit