Variable: system-name

system-name is a variable defined in editfns.c.

This variable is obsolete since 25.1; use (system-name) instead

Value

"70f1d35571c2"

Documentation

The host name of the machine Emacs is running on.

Probably introduced at or before Emacs version 19.23.

Source Code

// Defined in /usr/src/emacs/src/editfns.c
  DEFVAR_LISP ("system-name", Vsystem_name,
	       doc: /* The host name of the machine Emacs is running on.  */);