diff options
| -rw-r--r-- | lisp/paths.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/paths.el b/lisp/paths.el index 33cbff0c728..990e4a0ae70 100644 --- a/lisp/paths.el +++ b/lisp/paths.el | |||
| @@ -128,6 +128,8 @@ Its name should end with a slash.") | |||
| 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") |
| 130 | ((file-exists-p "/usr/local/bin/rsh") "/usr/local/bin/rsh") | 130 | ((file-exists-p "/usr/local/bin/rsh") "/usr/local/bin/rsh") |
| 131 | ((file-exists-p "/usr/bin/rcmd") "/usr/bin/rcmd") | ||
| 132 | ((file-exists-p "/bin/rcmd") "/bin/rcmd") | ||
| 131 | ((file-exists-p "/bin/rsh") "/bin/rsh") | 133 | ((file-exists-p "/bin/rsh") "/bin/rsh") |
| 132 | ((file-exists-p "/usr/bin/rsh") "/usr/bin/rsh") | 134 | ((file-exists-p "/usr/bin/rsh") "/usr/bin/rsh") |
| 133 | (t "rsh"))) | 135 | (t "rsh"))) |