aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-12-16 14:57:11 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-12-16 14:57:11 +0000
commit17b482bce3c0215115baa54f1cc6b80aea4922f1 (patch)
treedae5e4348e66e25e860340060a73b5b6505e3369 /generic/proof-config.el
parent258294f034ddf00d19a6225c090e78329da69f23 (diff)
Fixed default for proof-shell-quit-cmd.
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 4277e22a..627d16ee 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -677,7 +677,7 @@ group. This allows different proof assistants to coexist
:type '(choice string (const nil))
:group 'proof-shell)
-(defcustom proof-shell-quit-cmd ""
+(defcustom proof-shell-quit-cmd nil
"A command to quit the proof process. If nil, send EOF instead."
:type '(choice string (const nil))
:group 'proof-shell)