diff options
Diffstat (limited to 'lisp/net/tramp-vc.el')
-rw-r--r-- | lisp/net/tramp-vc.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/net/tramp-vc.el b/lisp/net/tramp-vc.el index 119bb6af09e..cee13308d38 100644 --- a/lisp/net/tramp-vc.el +++ b/lisp/net/tramp-vc.el @@ -336,6 +336,9 @@ Since TRAMP doesn't do async commands yet, this function doesn't, either." (tramp-tramp-file-p filename) (not (let ((v (tramp-dissect-file-name filename))) + ;; The following check is probably to test whether + ;; file-attributes returns correct last modification + ;; times. This check needs to be changed. (tramp-get-remote-perl (tramp-file-name-multi-method v) (tramp-file-name-method v) (tramp-file-name-user v) |