aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-26 23:20:05 +0000
committerRichard M. Stallman1995-06-26 23:20:05 +0000
commit9ade6d5ea4b6d0b448923b07a40c9c1db5f32506 (patch)
tree0b1edf6ff44962a5532f3278106d6e8696ace675
parent58c59fd7af20f44c2aea1e56a716d1df8f669a56 (diff)
downloademacs-9ade6d5ea4b6d0b448923b07a40c9c1db5f32506.tar.gz
emacs-9ade6d5ea4b6d0b448923b07a40c9c1db5f32506.zip
(remote-shell-program): Fix typo checking /usr/bin/remsh.
-rw-r--r--lisp/paths.el2
1 files changed, 1 insertions, 1 deletions
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.")
123 ((file-exists-p "/usr/ucb/remsh") "/usr/ucb/remsh") 123 ((file-exists-p "/usr/ucb/remsh") "/usr/ucb/remsh")
124 ((file-exists-p "/usr/bsd/remsh") "/usr/bsd/remsh") 124 ((file-exists-p "/usr/bsd/remsh") "/usr/bsd/remsh")
125 ((file-exists-p "/bin/remsh") "/bin/remsh") 125 ((file-exists-p "/bin/remsh") "/bin/remsh")
126 ((file-exists-p "/usr/bin/remsh") "/bin/remsh") 126 ((file-exists-p "/usr/bin/remsh") "/usr/bin/remsh")
127 ((file-exists-p "/usr/local/bin/remsh") "/usr/local/bin/remsh") 127 ((file-exists-p "/usr/local/bin/remsh") "/usr/local/bin/remsh")
128 ((file-exists-p "/usr/ucb/rsh") "/usr/ucb/rsh") 128 ((file-exists-p "/usr/ucb/rsh") "/usr/ucb/rsh")
129 ((file-exists-p "/usr/bsd/rsh") "/usr/bsd/rsh") 129 ((file-exists-p "/usr/bsd/rsh") "/usr/bsd/rsh")