aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2012-09-14 15:35:23 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2012-09-14 15:35:23 +0000
commit6e7c83f5829a9de2c75a70a6b35e439995c9b653 (patch)
treedc61ff7d45abf5ab0ba576cec936eb9649ae9a9a /generic/proof-config.el
parentd0ef52a9e6cc90d43728855fce2b13e173907c6d (diff)
proof-shell-process-connection-type: try using pipes by default in Emacs 24,
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 f0633e72..b637c568 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -1524,7 +1524,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 t
+(defcustom proof-shell-process-connection-type (if (= emacs-major-version 24) nil t)
"The value of `process-connection-type' for the proof shell.
Set non-nil for ptys, nil for pipes."
:type 'boolean