# HG changeset patch # User Richard M. Stallman # Date 804208805 0 # Node ID 76541e773672c2cbe8a9d4277289aad1dae1e59f # Parent 5d719d15c5c1da736ff603942d0b55cf12e229f4 (remote-shell-program): Fix typo checking /usr/bin/remsh. diff -r 5d719d15c5c1 -r 76541e773672 lisp/paths.el --- 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")