Variable: tramp-null-hop
tramp-null-hop is a variable defined in tramp.el.gz.
Value
(tramp-file-name "local" "root" nil "af75aa942d37" nil nil nil)
Documentation
Connection hop which identifies the virtual hop before the first one.
Used also for caching properties of the local machine.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;;;###tramp-autoload
(defconst tramp-null-hop
(make-tramp-file-name
:method "local" :user (user-login-name) :host tramp-system-name)
"Connection hop which identifies the virtual hop before the first one.
Used also for caching properties of the local machine.")