From b71c9e75543263ffd228f36e874377fa39f98b16 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 27 Feb 2005 17:31:56 +0000 Subject: [PATCH] (tramp-file-name-for-operation): Fix misapplied change from sync with Tramp 2.0.47. --- lisp/ChangeLog | 5 +++++ lisp/net/tramp.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5