Variable: url-gateway-rlogin-user-name

url-gateway-rlogin-user-name is a customizable variable defined in url-gw.el.gz.

This variable is obsolete since 29.1.

Value

nil

Documentation

Username to log into the remote machine with when using rlogin.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-gw.el.gz
(defcustom url-gateway-rlogin-user-name nil
  "Username to log into the remote machine with when using rlogin."
  :type '(choice (const nil) string)
  :group 'url-gateway)