1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(remote-compile): Use new global remote-shell-program.

This commit is contained in:
Karl Heuer 1995-01-18 19:47:52 +00:00
parent 148685852b
commit 05aebd817d

View File

@ -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