Variable: tramp-compat-use-url-tramp-p

tramp-compat-use-url-tramp-p is a variable defined in tramp-compat.el.gz.

Value

t

Documentation

Whether to use url-tramp.el.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-compat.el.gz
;; The signature of `tramp-make-tramp-file-name' has been changed.
;; Therefore, we cannot use `url-tramp-convert-url-to-tramp' prior
;; Emacs 26.1.  We use `temporary-file-directory' as indicator.
(defconst tramp-compat-use-url-tramp-p (fboundp 'temporary-file-directory)
  "Whether to use url-tramp.el.")