changeset 4828:09240675dd40

(rsh): Add `host' to args passed to make-comint.
author Brian Fox <bfox@gnu.org>
date Tue, 05 Oct 1993 01:57:38 +0000
parents 8a20e754058e
children d223eac75bc4
files lisp/telnet.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/telnet.el	Tue Oct 05 01:54:20 1993 +0000
+++ b/lisp/telnet.el	Tue Oct 05 01:57:38 1993 +0000
@@ -215,7 +215,7 @@
   (interactive "sOpen rsh connection to host: ")
   (require 'shell)
   (let ((name (concat host "-rsh" )))
-    (switch-to-buffer (make-comint name "rsh"))
+    (switch-to-buffer (make-comint name "rsh" nil host))
     (set-process-filter (get-process name) 'telnet-initial-filter)
     (telnet-mode)
     (setq telnet-count -16)))