Variable: tramp-temp-name-prefix

tramp-temp-name-prefix is a variable defined in tramp.el.gz.

Value

"tramp."

Documentation

Prefix to use for temporary files.

If this is a relative file name (such as "tramp."), it is considered relative to the directory name returned by the function tramp-compat-temporary-file-directory (which see). It may also be an absolute file name; don't forget to include a prefix for the filename part, though.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defconst tramp-temp-name-prefix "tramp."
  "Prefix to use for temporary files.
If this is a relative file name (such as \"tramp.\"), it is considered
relative to the directory name returned by the function
`tramp-compat-temporary-file-directory' (which see).  It may also be an
absolute file name; don't forget to include a prefix for the filename
part, though.")