Variable: telnet-host-properties
telnet-host-properties is a variable defined in telnet.el.gz.
Value
nil
Documentation
Specify which telnet program to use for particular hosts.
Each element has the form (HOSTNAME PROGRAM [LOGIN-NAME]) HOSTNAME says which machine the element applies to. PROGRAM says which program to run, to talk to that machine. LOGIN-NAME, which is optional, says what to log in as on that machine.
Source Code
;; Defined in /usr/src/emacs/lisp/net/telnet.el.gz
(defvar telnet-host-properties ()
"Specify which telnet program to use for particular hosts.
Each element has the form (HOSTNAME PROGRAM [LOGIN-NAME])
HOSTNAME says which machine the element applies to.
PROGRAM says which program to run, to talk to that machine.
LOGIN-NAME, which is optional, says what to log in as on that machine.")