diff lisp/net/tramp.el @ 60156:ed97a38d9f53

(tramp-file-name-for-operation): Use dired-call-process instead of dired-call-process-command.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 19 Feb 2005 12:47:27 +0000
parents aac0a33f5772
children 865aec6814c3 bf0d492ea2d5
line wrap: on
line diff
--- a/lisp/net/tramp.el	Sat Feb 19 06:07:49 2005 +0000
+++ b/lisp/net/tramp.el	Sat Feb 19 12:47:27 2005 +0000
@@ -4105,7 +4105,7 @@
      (if (bufferp (nth 0 args)) (nth 0 args) (current-buffer))))
    ; COMMAND
    ((member operation
-	    (list 'dired-call-process-command
+	    (list 'dired-call-process
                   ; Emacs only
 		  'shell
                   ; Post Emacs 21.3 only