summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-09 17:35:22 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-09 17:35:22 +0000
commit81d6d9292ee4ce84042d8747fb57b4b975712de9 (patch)
treee1963ab3953e7b8bd403138e45d893b10aae362d
parenta4e8e00651bf6b2f916557fb5f756ddb542b2263 (diff)
downloademacs-81d6d9292ee4ce84042d8747fb57b4b975712de9.tar.gz
(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 @@
(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.