aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/telnet.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-08-09 17:35:22 +0000
committerRichard M. Stallman <[email protected]>1997-08-09 17:35:22 +0000
commit9da7d0849aac6d79221a8875f84a13a74dc7a93f (patch)
tree76cf46379ae435e8527b1a5af0fd43574d8f72bc /lisp/telnet.el
parentd5d0314a8aa56d41a7d3961517aa66ecfd195ab7 (diff)
(telnet-host-properties): Initialize it properly.
Diffstat (limited to 'lisp/telnet.el')
-rw-r--r--lisp/telnet.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/telnet.el b/lisp/telnet.el
index 3b2fbc8f9e..034c0341a6 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.