diff options
| author | Glenn Morris <rgm@gnu.org> | 2009-09-29 02:43:46 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2009-09-29 02:43:46 +0000 |
| commit | dab8f2791c1297bc16200a811c15fadc24fa0d6c (patch) | |
| tree | 21bec76ef3fbe04a3b4a441251410fa6de745f12 /lisp | |
| parent | d88444f29243b34c8821b9df0b35e75d6023ad0c (diff) | |
| download | emacs-dab8f2791c1297bc16200a811c15fadc24fa0d6c.tar.gz | |
(tramp-smb-handle-directory-files-and-attributes): Use
tramp-compat-file-attributes rather than nonexistent
tramp-compat-handle-file-attributes.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/tramp-smb.el | 2 |
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." "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))) |
