Variable: url-gateway-rlogin-user-name
url-gateway-rlogin-user-name is a customizable variable defined in
url-gw.el.gz.
Value
nil
Documentation
Username to log into the remote machine with when using rlogin.
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)