]> git.eshelyaron.com Git - emacs.git/commitdiff
(tramp-file-name-for-operation): Fix misapplied
authorAndreas Schwab <schwab@suse.de>
Sun, 27 Feb 2005 17:31:56 +0000 (17:31 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 27 Feb 2005 17:31:56 +0000 (17:31 +0000)
change from sync with Tramp 2.0.47.

lisp/ChangeLog
lisp/net/tramp.el

index 082174dcc3325d0f9c60562c5e16c6d922e8c915..141eec983d93087bb81ce4b3f956f89237002757 100644 (file)
@@ -1,3 +1,8 @@
+2005-02-27  Andreas Schwab  <schwab@suse.de>
+
+       * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
+       change from sync with Tramp 2.0.47.
+
 2005-02-27  Richard M. Stallman  <rms@gnu.org>
 
        * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
index 0fee809789ee7b47852a54010e64b2ce753b8f23..14682975fe9a39e3badb246675fa5fb87b730600 100644 (file)
@@ -4107,7 +4107,7 @@ ARGS are the arguments OPERATION has been called with."
    ((member operation
            (list 'dired-call-process
                   ; Emacs only
-                 'shell
+                 'shell-command
                   ; Post Emacs 21.3 only
                   'process-file
                  ; XEmacs only