Variable: url-gateway-telnet-password

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

Value

nil

Documentation

Password to use to log in via telnet with.

Source Code

;; Defined in /usr/src/emacs/lisp/url/url-gw.el.gz
(defcustom url-gateway-telnet-password nil
  "Password to use to log in via telnet with."
  :type '(choice (const nil) string)
  :group 'url-gateway)