aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-useropts.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-19 11:09:08 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-19 11:09:08 +0000
commit5e56cfc4cc792dfad7dcb578fdccc48ba0196851 (patch)
tree9aa1d6a20196a236e4b2ab28e6841d756a2a95ca /generic/proof-useropts.el
parented11ccb7b647582296c0ddd8023f180ad591e15b (diff)
Add Fast Process Buffer option
Diffstat (limited to 'generic/proof-useropts.el')
-rw-r--r--generic/proof-useropts.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/proof-useropts.el b/generic/proof-useropts.el
index 5bd050dd..10e61c86 100644
--- a/generic/proof-useropts.el
+++ b/generic/proof-useropts.el
@@ -386,6 +386,12 @@ are distracting or too frequent."
:set 'proof-set-value
:group 'proof-user-options)
+(defcustom proof-fast-process-buffer nil
+ "*If non-nil, `proof-process-buffer' will use a busy wait to process.
+This results in faster processing, but disables user interaction."
+ :type 'boolean
+ :group 'proof-user-options)
+
(provide 'proof-useropts)