aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2005-02-19 12:49:02 +0000
committerEli Zaretskii <[email protected]>2005-02-19 12:49:02 +0000
commit74f69b9388537c66a31899d160a5d2455fe96d2d (patch)
tree80e82eedc3f1c302e4d22e9a3b8160e2d49afb10 /lisp
parent7182a9a69285a1faf79c72e382ac2e3017bd7317 (diff)
(tramp-file-name-for-operation): Use dired-call-process instead of
dired-call-process-command.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/net/tramp.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index db512d0b1a..9b7e5c29d0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-19 Eli Zaretskii <[email protected]>
+
+ * net/tramp.el (tramp-file-name-for-operation): Use
+ dired-call-process instead of dired-call-process-command.
+
2005-02-19 Jay Belanger <[email protected]>
* calc/calc-arith.el (math-trig-inverses, math-div-trig)
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 583b5fa2af..0fee809789 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