/[tramp]/tramp/lisp/tramp.el
ViewVC logotype

Diff of /tramp/lisp/tramp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.312 by kai, Mon Jun 9 15:16:59 2003 UTC revision 2.313 by kai, Thu Jun 12 10:30:05 2003 UTC
# Line 2469  if the remote host can't provide the mod Line 2469  if the remote host can't provide the mod
2469    ;; At least one file a tramp file?    ;; At least one file a tramp file?
2470    (if (or (tramp-tramp-file-p filename)    (if (or (tramp-tramp-file-p filename)
2471            (tramp-tramp-file-p newname))            (tramp-tramp-file-p newname))
2472        (tramp-do-copy-or-rename-file        (let ((modes (file-modes filename)))
2473         'copy filename newname ok-if-already-exists keep-date)          (tramp-do-copy-or-rename-file
2474             'copy filename newname ok-if-already-exists keep-date)
2475            (set-file-modes newname modes))
2476      (tramp-run-real-handler      (tramp-run-real-handler
2477       'copy-file       'copy-file
2478       (list filename newname ok-if-already-exists keep-date))))       (list filename newname ok-if-already-exists keep-date))))

Legend:
Removed from v.2.312  
changed lines
  Added in v.2.313

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26