diff --git a/lisp/tramp-sh.el b/lisp/tramp-sh.el index a2bf0afb..fd773f0a 100644 --- a/lisp/tramp-sh.el +++ b/lisp/tramp-sh.el @@ -244,7 +244,7 @@ The string is used in `tramp-methods'.") (add-to-list 'tramp-methods `("telnet" (tramp-login-program "telnet") - (tramp-login-args (("%h") ("%p") ("%n"))) + (tramp-login-args (("%h") ("%p"))) (tramp-remote-shell ,tramp-default-remote-shell) (tramp-remote-shell-login ("-l")) (tramp-remote-shell-args ("-c"))))