From: Eli Zaretskii Date: Sat, 19 Feb 2005 12:49:02 +0000 (+0000) Subject: (tramp-file-name-for-operation): Use dired-call-process instead of X-Git-Tag: ttn-vms-21-2-B4~2202 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74f69b9388537c66a31899d160a5d2455fe96d2d;p=emacs.git (tramp-file-name-for-operation): Use dired-call-process instead of dired-call-process-command. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db512d0b1af..9b7e5c29d00 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-02-19 Eli Zaretskii + + * net/tramp.el (tramp-file-name-for-operation): Use + dired-call-process instead of dired-call-process-command. + 2005-02-19 Jay Belanger * calc/calc-arith.el (math-trig-inverses, math-div-trig) diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 583b5fa2afe..0fee809789e 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -4105,7 +4105,7 @@ ARGS are the arguments OPERATION has been called with." (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