Variable: url-gateway-telnet-host

url-gateway-telnet-host is a customizable variable defined in url-gw.el.gz.

Value

nil

Documentation

What hostname to actually login to before doing a telnet.

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-gw.el.gz
(defcustom url-gateway-telnet-host nil
  "What hostname to actually login to before doing a telnet."
  :type '(choice (const nil) string)
  :group 'url-gateway)