summaryrefslogtreecommitdiff
path: root/lisp/rcompile.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-01-18 19:47:52 +0000
committerKarl Heuer <kwzh@gnu.org>1995-01-18 19:47:52 +0000
commit1ec2e114cc8e1bbf3adac082ba523774818f2e6b (patch)
tree212ef77bc71505b6586d3e75e1bb80aaf2c2cbce /lisp/rcompile.el
parent0463f27b613dba0f1f6d1c20b568a707d54ab507 (diff)
downloademacs-1ec2e114cc8e1bbf3adac082ba523774818f2e6b.tar.gz
(remote-compile): Use new global remote-shell-program.
Diffstat (limited to 'lisp/rcompile.el')
-rw-r--r--lisp/rcompile.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/rcompile.el b/lisp/rcompile.el
index f4087707dab..b141995f69a 100644
--- a/lisp/rcompile.el
+++ b/lisp/rcompile.el
@@ -69,10 +69,6 @@
;;;; user defined variables
-(defvar remote-compile-rsh-command
- (if (eq system-type 'usg-unix-v) "remsh" "rsh")
- "*Name of remote shell command: `rsh' for BSD or `remsh' for SYSV.")
-
(defvar remote-compile-host nil
"*Host for remote compilations.")
@@ -146,7 +142,7 @@ See \\[compile]."
(ange-ftp-ftp-name default-directory)))
(compile-command
(format "%s %s -l %s \"(%scd %s; %s)\""
- remote-compile-rsh-command
+ remote-shell-program
host
remote-compile-user
(if remote-compile-run-before