From 9ade6d5ea4b6d0b448923b07a40c9c1db5f32506 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Jun 1995 23:20:05 +0000 Subject: [PATCH] (remote-shell-program): Fix typo checking /usr/bin/remsh. --- lisp/paths.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/paths.el b/lisp/paths.el index 7d120e7e11b..33cbff0c728 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -123,7 +123,7 @@ Its name should end with a slash.") ((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") -- 2.39.2