Variable: tramp-compat-temporary-file-directory
tramp-compat-temporary-file-directory is a variable defined in
tramp-compat.el.gz.
Value
"/tmp/"
Documentation
The default value of temporary-file-directory(var)/temporary-file-directory(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-compat.el.gz
;; We must use a local directory. If it is remote, we could run into
;; an infloop.
(defconst tramp-compat-temporary-file-directory
(eval (car (get 'temporary-file-directory 'standard-value)) t)
"The default value of `temporary-file-directory'.")