aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tramp-smb.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el
index 86cbe641d99..549001db75a 100644
--- a/lisp/net/tramp-smb.el
+++ b/lisp/net/tramp-smb.el
@@ -323,7 +323,7 @@ PRESERVE-UID-GID is completely ignored."
323 "Like `directory-files-and-attributes' for Tramp files." 323 "Like `directory-files-and-attributes' for Tramp files."
324 (mapcar 324 (mapcar
325 (lambda (x) 325 (lambda (x)
326 (cons x (tramp-compat-handle-file-attributes 326 (cons x (tramp-compat-file-attributes
327 (if full x (expand-file-name x directory)) id-format))) 327 (if full x (expand-file-name x directory)) id-format)))
328 (directory-files directory full match nosort))) 328 (directory-files directory full match nosort)))
329 329