]> code.delx.au - gnu-emacs/commitdiff
(remote-compile): Use new global remote-shell-program.
authorKarl Heuer <kwzh@gnu.org>
Wed, 18 Jan 1995 19:47:52 +0000 (19:47 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 18 Jan 1995 19:47:52 +0000 (19:47 +0000)
lisp/rcompile.el

index f4087707dabae2832e48c61463ba9b6c59cf1b23..b141995f69aaa7fe44d294e1653e52e585bbf464 100644 (file)
 
 ;;;; 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