Function: tramp-compile-disable-ssh-controlmaster-options
tramp-compile-disable-ssh-controlmaster-options is a byte-compiled
function defined in tramp-integration.el.gz.
Signature
(tramp-compile-disable-ssh-controlmaster-options)
Documentation
Don't allow ssh ControlMaster while compiling.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-integration.el.gz
;;; Integration of compile.el:
;; Compilation processes use `accept-process-output' such a way that
;; Tramp's parallel `accept-process-output' blocks. See last part of
;; Bug#45518. So we don't use ssh ControlMaster options.
(defun tramp-compile-disable-ssh-controlmaster-options ()
"Don't allow ssh ControlMaster while compiling."
(setq-local tramp-use-connection-share 'suppress))