# HG changeset patch # User Glenn Morris # Date 1254192226 0 # Node ID 0c6bc9d2b10c27cf0e891713ce013a3fdbc79b17 # Parent b78ceb253d157deb1bc9e08035e9f9b567d3be7a (tramp-smb-handle-directory-files-and-attributes): Use tramp-compat-file-attributes rather than nonexistent tramp-compat-handle-file-attributes. diff -r b78ceb253d15 -r 0c6bc9d2b10c lisp/net/tramp-smb.el --- a/lisp/net/tramp-smb.el Tue Sep 29 02:26:20 2009 +0000 +++ b/lisp/net/tramp-smb.el Tue Sep 29 02:43:46 2009 +0000 @@ -323,7 +323,7 @@ "Like `directory-files-and-attributes' for Tramp files." (mapcar (lambda (x) - (cons x (tramp-compat-handle-file-attributes + (cons x (tramp-compat-file-attributes (if full x (expand-file-name x directory)) id-format))) (directory-files directory full match nosort)))