From 74f69b9388537c66a31899d160a5d2455fe96d2d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 19 Feb 2005 12:49:02 +0000 Subject: [PATCH] (tramp-file-name-for-operation): Use dired-call-process instead of dired-call-process-command. --- lisp/ChangeLog | 5 +++++ lisp/net/tramp.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.2