summaryrefslogtreecommitdiff
path: root/lisp/net
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2005-02-19 12:47:27 +0000
committerEli Zaretskii <eliz@gnu.org>2005-02-19 12:47:27 +0000
commit9ca330b9744c7c39f14ceba33348f205f7be86f2 (patch)
tree31ad854c0287578f983a0b891b28f99150ce8745 /lisp/net
parent7b711ae443104dda38c1679a418af9f22be1b828 (diff)
downloademacs-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.el2
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