tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] * tramp.el (tramp-handle-vc-registered): Use tramp-get-file-


From: Julian Scheid
Subject: [PATCH 1/1] * tramp.el (tramp-handle-vc-registered): Use tramp-get-file-exists-command instead of tramp-find-file-exists-command.
Date: Sun, 16 Aug 2009 17:20:46 +1200

---
 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  <address@hidden>
+
+       * tramp.el (tramp-handle-vc-registered): Use
+       tramp-get-file-exists-command instead of
+       tramp-find-file-exists-command.
+
 2009-08-15  Michael Albinus  <address@hidden>
 
        * 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]