Variable: tramp-system-name

tramp-system-name is a variable defined in tramp.el.gz.

Value

"1630e54a4ac0"

Documentation

The system name Tramp is running locally.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
;; Since Emacs 26.1, `system-name' can return nil at build time if
;; Emacs is compiled with "--no-build-details".  We do expect it to be
;; a string.  (Bug#44481, Bug#54294)
;;;###tramp-autoload
(defconst tramp-system-name (or (system-name) "")
  "The system name Tramp is running locally.")