From 9da7d0849aac6d79221a8875f84a13a74dc7a93f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 9 Aug 1997 17:35:22 +0000 Subject: [PATCH] (telnet-host-properties): Initialize it properly. --- lisp/telnet.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/telnet.el b/lisp/telnet.el index 3b2fbc8f9e8..034c0341a6f 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el @@ -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. -- 2.39.2