diff options
| -rw-r--r-- | lisp/telnet.el | 2 |
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. |
| 58 | Each element has the form (HOSTNAME PROGRAM [LOGIN-NAME]) | 58 | Each element has the form (HOSTNAME PROGRAM [LOGIN-NAME]) |
| 59 | HOSTNAME says which machine the element applies to. | 59 | HOSTNAME says which machine the element applies to. |