emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/ange-ftp.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/net/ange-ftp.el [emacs-unicode-2]
Date: Thu, 14 Oct 2004 05:16:23 -0400

Index: emacs/lisp/net/ange-ftp.el
diff -c emacs/lisp/net/ange-ftp.el:1.50.2.4 emacs/lisp/net/ange-ftp.el:1.50.2.5
*** emacs/lisp/net/ange-ftp.el:1.50.2.4 Fri Aug 27 07:00:26 2004
--- emacs/lisp/net/ange-ftp.el  Thu Oct 14 08:49:58 2004
***************
*** 4514,4522 ****
               1))
      (apply 'call-process program nil (not discard) nil arguments)))
  
- (defvar ange-ftp-remote-shell "rsh"
-   "Remote shell to use for chmod, if FTP server rejects the `chmod' command.")
- 
  ;; Handle an attempt to run chmod on a remote file
  ;; by using the ftp chmod command.
  (defun ange-ftp-call-chmod (args)
--- 4514,4519 ----
***************
*** 4541,4547 ****
                                                         abbr))))
                 (or (car result)
                     (call-process
!                     ange-ftp-remote-shell
                      nil t nil host dired-chmod-program mode name))))))
       rest))
    (setq ange-ftp-ls-cache-file nil)   ;Stop confusing Dired.
--- 4538,4544 ----
                                                         abbr))))
                 (or (car result)
                     (call-process
!                     remote-shell-program
                      nil t nil host dired-chmod-program mode name))))))
       rest))
    (setq ange-ftp-ls-cache-file nil)   ;Stop confusing Dired.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]