Comment change.
[bpt/emacs.git] / lisp / rcompile.el
index 7b72686..b141995 100644 (file)
 ;;; Will allow anyone access to your account without a password. I suggest you
 ;;; read the rhosts(5) manual page before you edit this file (if you are not
 ;;; familiar with it already) 
-
-;;; History:
-;;; V1.1 Oct 13 1993 Alon Albert
-;;;   SYSV support by Jay Finger <finger@mikey.convex.com>
-;;; V1.0 Oct 6 1993 Alon Albert
-;;;   Initial cut.
-
 \f
 ;;; Code:
 
 
 ;;;; 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.")
 
@@ -153,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