aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorDavid Aspinall1999-02-01 13:00:40 +0000
committerDavid Aspinall1999-02-01 13:00:40 +0000
commita40ad63aed5c14aa53684133cd3e26ecfa64028a (patch)
tree32bf0e17b8c06bbbc1f65c92dbc5f3c0e64c6998 /generic/proof-config.el
parent65fe1811e9c7832f4b483cd90f07fcf04747671d (diff)
Added proof-case-fold-search
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 56f59809..59a85d34 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -446,6 +446,13 @@ The script buffer's comment-end is set to this string plus a space."
:type 'string
:group 'proof-script)
+(defcustom proof-case-fold-search nil
+ "Value for case-fold-search when recognizing portions of proof scripts.
+If your prover has a case-insensitive syntax, this should be set
+to 't'."
+ :type 'boolean
+ :group 'proof-script)
+
(defcustom proof-save-command-regexp nil
"Matches a save command"
:type 'regexp