1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(telnet-host-properties): Initialize it properly.

This commit is contained in:
Richard M. Stallman 1997-08-09 17:35:22 +00:00
parent d5d0314a8a
commit 9da7d0849a

View File

@ -53,7 +53,7 @@
(require 'comint)
(defvar telnet-host-properties
(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.