changeset 10453:05e7543bbb96

(remote-compile): Use new global remote-shell-program.
author Karl Heuer <kwzh@gnu.org>
date Wed, 18 Jan 1995 19:47:52 +0000
parents 6008e76f6ed2
children 99fa50b971ec
files lisp/rcompile.el
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/rcompile.el	Wed Jan 18 19:47:32 1995 +0000
+++ b/lisp/rcompile.el	Wed Jan 18 19:47:52 1995 +0000
@@ -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 @@
                       (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