Fix previous (slogin and rlogin not appropriate for remote-shell-program)
authorGlenn Morris <rgm@gnu.org>
Thu, 24 May 2012 21:27:22 +0000 (17:27 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 24 May 2012 21:27:22 +0000 (17:27 -0400)
lisp/files.el

index a6961f8..dad0423 100644 (file)
@@ -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))))