emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108357: Fix previous (slogin and rlo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108357: Fix previous (slogin and rlogin not appropriate for remote-shell-program)
Date: Thu, 24 May 2012 17:27:22 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108357
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-05-24 17:27:22 -0400
message:
  Fix previous (slogin and rlogin not appropriate for remote-shell-program)
modified:
  lisp/files.el
=== modified file 'lisp/files.el'
--- a/lisp/files.el     2012-05-24 20:40:19 +0000
+++ b/lisp/files.el     2012-05-24 21:27:22 +0000
@@ -998,7 +998,7 @@
   ;; 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))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]