diff options
| author | David Aspinall | 2010-08-24 18:59:32 +0000 |
|---|---|---|
| committer | David Aspinall | 2010-08-24 18:59:32 +0000 |
| commit | a435ed688de319aed355f02e55b04a369558db42 (patch) | |
| tree | ea68e43d2e5e88609febe939528daf885ab42b5d | |
| parent | 9a36babc48f2a3e45b17546be833a460dc53f94f (diff) | |
Reduce quit timeout to sensible value
| -rw-r--r-- | generic/proof-config.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index ce15aa88..b0944a07 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -852,8 +852,7 @@ See also `proof-shell-pre-sync-init-cmd'." :type '(choice string (const nil)) :group 'proof-shell) -(defcustom proof-shell-quit-timeout 45 - ;; FIXME could add option to quiz user before rude kill. +(defcustom proof-shell-quit-timeout 5 "The number of seconds to wait after sending `proof-shell-quit-cmd'. After this timeout, the proof shell will be killed off more rudely. If your proof assistant takes a long time to clean up (for |
