Function: time-stamp--system-name

time-stamp--system-name is a byte-compiled function defined in time-stamp.el.gz.

Signature

(time-stamp--system-name TYPE)

Documentation

Return the host name of this system.

TYPE is :short for the unqualified name, :full for the full name.

Source Code

;; Defined in /usr/src/emacs/lisp/time-stamp.el.gz
(defun time-stamp--system-name (type)
  "Return the host name of this system.
TYPE is :short for the unqualified name, :full for the full name."
  (time-stamp--system-name-1 (system-name) type))