changeset 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 e0ecc22c6459
children a47450c33e4e
files lisp/net/tramp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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