--- lisp/ChangeLog | 6 ++++++ lisp/tramp.el | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f0ad8d..262a338 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2009-08-16 Julian Scheid <julian...@gmail.com> + + * tramp.el (tramp-handle-vc-registered): Use + tramp-get-file-exists-command instead of + tramp-find-file-exists-command. + 2009-08-15 Michael Albinus <michael.albi...@gmx.de> * tramp.el (tramp-handle-vc-registered): Embed the code in diff --git a/lisp/tramp.el b/lisp/tramp.el index 45cdcae..174567a 100644 --- a/lisp/tramp.el +++ b/lisp/tramp.el @@ -4863,7 +4863,7 @@ Returns a file name in `tramp-auto-save-directory' for autosaving this file." (tramp-maybe-send-script v (format tramp-vc-registered-read-file-names - (tramp-find-file-exists-command v) + (tramp-get-file-exists-command v) (format "%s -r" (tramp-get-test-command v))) "tramp_vc_registered_read_file_names") -- 1.6.4 _______________________________________________ Tramp-devel mailing list Tramp-devel@gnu.org http://lists.gnu.org/mailman/listinfo/tramp-devel