changeset 60287:865aec6814c3

(tramp-file-name-for-operation): Fix misapplied change from sync with Tramp 2.0.47.
author Andreas Schwab <schwab@suse.de>
date Sun, 27 Feb 2005 17:31:41 +0000
parents ee31475417a2
children 5a1957ac3419
files lisp/net/tramp.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp.el	Sun Feb 27 10:53:09 2005 +0000
+++ b/lisp/net/tramp.el	Sun Feb 27 17:31:41 2005 +0000
@@ -4107,7 +4107,7 @@
    ((member operation
 	    (list 'dired-call-process
                   ; Emacs only
-		  'shell
+		  'shell-command
                   ; Post Emacs 21.3 only
                   'process-file
 	          ; XEmacs only