diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-02-19 12:47:27 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-02-19 12:47:27 +0000 |
commit | 9ca330b9744c7c39f14ceba33348f205f7be86f2 (patch) | |
tree | 31ad854c0287578f983a0b891b28f99150ce8745 /lisp/net | |
parent | 7b711ae443104dda38c1679a418af9f22be1b828 (diff) | |
download | emacs-9ca330b9744c7c39f14ceba33348f205f7be86f2.tar.gz |
(tramp-file-name-for-operation): Use dired-call-process instead of
dired-call-process-command.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/tramp.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |