changeset 19249:5514182f76c0

(telnet-host-properties): Initialize it properly.
author Richard M. Stallman <rms@gnu.org>
date Sat, 09 Aug 1997 17:35:22 +0000
parents 52b2d9fc00a4
children 23f71af4d504
files lisp/telnet.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.