From e31355a6f51beb22034480a4e79be515d013a3f7 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 19 Aug 2010 10:16:20 +0000 Subject: proof-shell-process-connection-type: Revert to long-lived previous default of t (for safety, no ill behaviour observed) --- generic/proof-config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'generic/proof-config.el') 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 -- cgit v1.2.3