diff lisp/net/tramp.el @ 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 ed97a38d9f53
children 3ba8f94e9cfa e4694597cbf4
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