]> git.eshelyaron.com Git - emacs.git/commitdiff
(telnet-host-properties): Initialize it properly.
authorRichard M. Stallman <rms@gnu.org>
Sat, 9 Aug 1997 17:35:22 +0000 (17:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 9 Aug 1997 17:35:22 +0000 (17:35 +0000)
lisp/telnet.el

index 3b2fbc8f9e81bd99ba7ef524d7447597996e2964..034c0341a6f2a7c6565a57260dd36e50b35c5af6 100644 (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.