aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-09 17:35:22 +0000
committerRichard M. Stallman1997-08-09 17:35:22 +0000
commit9da7d0849aac6d79221a8875f84a13a74dc7a93f (patch)
tree76cf46379ae435e8527b1a5af0fd43574d8f72bc
parentd5d0314a8aa56d41a7d3961517aa66ecfd195ab7 (diff)
downloademacs-9da7d0849aac6d79221a8875f84a13a74dc7a93f.tar.gz
emacs-9da7d0849aac6d79221a8875f84a13a74dc7a93f.zip
(telnet-host-properties): Initialize it properly.
-rw-r--r--lisp/telnet.el2
1 files changed, 1 insertions, 1 deletions
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 @@
53 53
54(require 'comint) 54(require 'comint)
55 55
56(defvar telnet-host-properties 56(defvar telnet-host-properties ()
57 "Specify which telnet program to use for particular hosts. 57 "Specify which telnet program to use for particular hosts.
58Each element has the form (HOSTNAME PROGRAM [LOGIN-NAME]) 58Each element has the form (HOSTNAME PROGRAM [LOGIN-NAME])
59HOSTNAME says which machine the element applies to. 59HOSTNAME says which machine the element applies to.