Variable: rlogin-host

rlogin-host is a customizable variable defined in rlogin.el.gz.

Value

nil

Documentation

The name of the default remote host. This variable is buffer-local.

Source Code

;; Defined in /usr/src/emacs/lisp/net/rlogin.el.gz
(defcustom rlogin-host nil
  "The name of the default remote host.  This variable is buffer-local."
  :type '(choice (const nil) string)
  :group 'rlogin)