]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-call-process): Put on ange-ftp property.
authorKarl Heuer <kwzh@gnu.org>
Wed, 21 Feb 1996 21:29:37 +0000 (21:29 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 21 Feb 1996 21:29:37 +0000 (21:29 +0000)
lisp/ange-ftp.el

index 0d0066e7c805b30ae8c31c4b12291e09d1e075b8..047b77eb37193d4d2a8cd4931d82381f02831299 100644 (file)
@@ -3934,6 +3934,8 @@ NEWNAME should be the name to give the new compressed or uncompressed file.")
 ;; Turn off RCS/SCCS processing to save time.
 ;; This returns nil for any file name as argument.
 (put 'vc-registered 'ange-ftp 'null)
+
+(put 'dired-call-process 'ange-ftp 'ange-ftp-dired-call-process)
 \f
 ;;; Define ways of getting at unmodified Emacs primitives,
 ;;; turning off our handler.
@@ -4070,7 +4072,7 @@ NEWNAME should be the name to give the new compressed or uncompressed file.")
       ;; default-directory is in ange-ftp syntax for remote file names.
       (ange-ftp-real-shell-command command))))
 
-;;; Thisis not hooked up yet.      
+;;; This is the handler for call-process.
 (defun ange-ftp-dired-call-process (program discard &rest arguments)
   ;; PROGRAM is always one of those below in the cond in dired.el.
   ;; The ARGUMENTS are (nearly) always files.