# HG changeset patch # User Richard M. Stallman # Date 871148122 0 # Node ID 5514182f76c0abf1389c22db5e5771537af1c81e # Parent 52b2d9fc00a424afc2014ba9b8b703f5d9e65f44 (telnet-host-properties): Initialize it properly. diff -r 52b2d9fc00a4 -r 5514182f76c0 lisp/telnet.el --- a/lisp/telnet.el Sat Aug 09 16:46:53 1997 +0000 +++ b/lisp/telnet.el Sat Aug 09 17:35:22 1997 +0000 @@ -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.