Mercurial > emacs
changeset 12392:76541e773672
(remote-shell-program): Fix typo checking /usr/bin/remsh.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 26 Jun 1995 23:20:05 +0000 |
parents | 5d719d15c5c1 |
children | 7d4615a12286 |
files | lisp/paths.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/paths.el Mon Jun 26 20:51:15 1995 +0000 +++ b/lisp/paths.el Mon Jun 26 23:20:05 1995 +0000 @@ -123,7 +123,7 @@ ((file-exists-p "/usr/ucb/remsh") "/usr/ucb/remsh") ((file-exists-p "/usr/bsd/remsh") "/usr/bsd/remsh") ((file-exists-p "/bin/remsh") "/bin/remsh") - ((file-exists-p "/usr/bin/remsh") "/bin/remsh") + ((file-exists-p "/usr/bin/remsh") "/usr/bin/remsh") ((file-exists-p "/usr/local/bin/remsh") "/usr/local/bin/remsh") ((file-exists-p "/usr/ucb/rsh") "/usr/ucb/rsh") ((file-exists-p "/usr/bsd/rsh") "/usr/bsd/rsh")