comparison 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
comparison
equal deleted inserted replaced
60286:ee31475417a2 60287:865aec6814c3
4105 (if (bufferp (nth 0 args)) (nth 0 args) (current-buffer)))) 4105 (if (bufferp (nth 0 args)) (nth 0 args) (current-buffer))))
4106 ; COMMAND 4106 ; COMMAND
4107 ((member operation 4107 ((member operation
4108 (list 'dired-call-process 4108 (list 'dired-call-process
4109 ; Emacs only 4109 ; Emacs only
4110 'shell 4110 'shell-command
4111 ; Post Emacs 21.3 only 4111 ; Post Emacs 21.3 only
4112 'process-file 4112 'process-file
4113 ; XEmacs only 4113 ; XEmacs only
4114 'dired-print-file 'dired-shell-call-process)) 4114 'dired-print-file 'dired-shell-call-process))
4115 default-directory) 4115 default-directory)