aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
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)