Variable: url-gateway-rlogin-host
url-gateway-rlogin-host is a customizable variable defined in
url-gw.el.gz.
This variable is obsolete since 29.1.
Value
nil
Documentation
What hostname to actually rlog into before doing a telnet.
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-host nil
"What hostname to actually rlog into before doing a telnet."
:type '(choice (const nil) string)
:group 'url-gateway)