# HG changeset patch # User Eli Zaretskii # Date 1108817247 0 # Node ID ed97a38d9f539b37ff45c7061f431b8fef369eb1 # Parent e0ecc22c64596c315fe57400f8b9b96d83cd1667 (tramp-file-name-for-operation): Use dired-call-process instead of dired-call-process-command. diff -r e0ecc22c6459 -r ed97a38d9f53 lisp/net/tramp.el --- a/lisp/net/tramp.el Sat Feb 19 06:07:49 2005 +0000 +++ b/lisp/net/tramp.el Sat Feb 19 12:47:27 2005 +0000 @@ -4105,7 +4105,7 @@ (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