From: Richard M. Stallman Date: Sat, 9 Aug 1997 17:35:22 +0000 (+0000) Subject: (telnet-host-properties): Initialize it properly. X-Git-Tag: emacs-20.1~699 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9da7d0849aac6d79221a8875f84a13a74dc7a93f;p=emacs.git (telnet-host-properties): Initialize it properly. --- 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.