changeset 103696:585c452d8bf2

(tramp-gvfs-connection-mounted-p): Use `elt' instead of `mount-info'.
author Juri Linkov <juri@jurta.org>
date Thu, 02 Jul 2009 22:48:59 +0000
parents eace56b963d4
children 62b5b8f56d8a
files lisp/net/tramp-gvfs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp-gvfs.el	Thu Jul 02 22:48:18 2009 +0000
+++ b/lisp/net/tramp-gvfs.el	Thu Jul 02 22:48:59 2009 +0000
@@ -925,7 +925,7 @@
 	 nil)
       ;; The interface of mount-info has been changed.  We must handle
       ;; both cases.
-      (let* ((last-nth (if (nth 9 mount-info) 9 8))
+      (let* ((last-nth (if (nth 9 elt) 9 8))
 	     (mount-spec (nth 1 (nth last-nth elt)))
 	     (method (dbus-byte-array-to-string
 		      (cadr (assoc "type" mount-spec))))