aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2008-06-06 07:14:51 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2008-06-06 07:14:51 +0000
commit9c054f0694833812aacc5388363a068dceb1753d (patch)
tree9be1892fa9d760f0094ea6eaf8a9dae43f097ac5 /coq
parent7626fe49c79f0013eb0e56cc6adf1079a9dc3db4 (diff)
Raised coq undo stack size.
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 25785942..28f217f9 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -71,7 +71,7 @@ To disable coqc being called (and use only make), set this to nil."
;; Command to initialize the Coq Proof Assistant
-(defcustom coq-default-undo-limit 100
+(defcustom coq-default-undo-limit 300
"Maximum number of Undo's possible when doing a proof."
:type 'number
:group 'coq)