From: Andreas Schwab Date: Sun, 27 Feb 2005 17:31:56 +0000 (+0000) Subject: (tramp-file-name-for-operation): Fix misapplied X-Git-Tag: ttn-vms-21-2-B4~2089 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b71c9e75543263ffd228f36e874377fa39f98b16;p=emacs.git (tramp-file-name-for-operation): Fix misapplied change from sync with Tramp 2.0.47. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 082174dcc33..141eec983d9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-02-27 Andreas Schwab + + * net/tramp.el (tramp-file-name-for-operation): Fix misapplied + change from sync with Tramp 2.0.47. + 2005-02-27 Richard M. Stallman * textmodes/ispell.el (ispell-change-dictionary): Doc fix. diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 0fee809789e..14682975fe9 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -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