Fix previous (slogin and rlogin not appropriate for remote-shell-program)
This commit is contained in:
parent
ead5edc086
commit
532f361c96
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ Tip: You can use this expansion of remote identifier components
|
|||
;; in this day and age. Almost everyone will use ssh, and have
|
||||
;; whatever command they want to use in PATH.
|
||||
(purecopy
|
||||
(let ((list '("ssh" "slogin" "rlogin" "remsh" "rcmd" "rsh")))
|
||||
(let ((list '("ssh" "remsh" "rcmd" "rsh")))
|
||||
(while (and list
|
||||
(not (executable-find (car list)))
|
||||
(setq list (cdr list))))
|
||||
|
|
Loading…
Add table
Reference in a new issue