Variable: tramp-propagate-emacsclient-tramp

tramp-propagate-emacsclient-tramp is a customizable variable defined in tramp.el.gz.

Value

nil

Documentation

Whether to propagate the EMACSCLIENT_TRAMP environment variable.

This variable was added, or its default value changed, in Emacs 31.1.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defcustom tramp-propagate-emacsclient-tramp nil
  "Whether to propagate the EMACSCLIENT_TRAMP environment variable."
  :version "31.1"
  :type 'boolean
  :link '(info-link :tag "Tramp manual" "(tramp) Remote processes"))