aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-19 10:16:20 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-19 10:16:20 +0000
commite31355a6f51beb22034480a4e79be515d013a3f7 (patch)
tree0d09caceec797309298e2885ccb5ac9bc297d3c2 /generic/proof-config.el
parent46c7362f5c957d3f56a30f6428aee65cebc7b326 (diff)
proof-shell-process-connection-type: Revert to long-lived previous default of t (for safety, no ill behaviour observed)
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 28a8dc22..ce15aa88 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -1507,7 +1507,7 @@ This setting is used inside the function `proof-format-filename'."
:type '(list (cons string string))
:group 'proof-shell)
-(defcustom proof-shell-process-connection-type nil
+(defcustom proof-shell-process-connection-type t
"The value of `process-connection-type' for the proof shell.
Set non-nil for ptys, nil for pipes."
:type 'boolean