diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2009-10-11 15:00:46 +0000 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2009-10-11 15:00:46 +0000 |
| commit | 2992485f6bcadb6e6b4317381f17232c3752e68a (patch) | |
| tree | ec06296b170a5f0e02fb1fe54ab3e416268c8e91 | |
| parent | f6f7e059f72317c02daec44b209093eddf88af7d (diff) | |
| download | emacs-2992485f6bcadb6e6b4317381f17232c3752e68a.tar.gz | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ee4ffccb25..bd1333af152 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -10,7 +10,7 @@ (tramp-smb-file-name-handler-alist): Add handlers for `add-name-to-file', `make-symbolic-link'. (tramp-smb-handle-add-name-to-file) - (tramp-do-file-attributes-with-stat) + (tramp-smb-do-file-attributes-with-stat) (tramp-smb-handle-make-symbolic-link) (tramp-smb-get-cifs-capabilities): New defuns. (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file) @@ -20,7 +20,7 @@ (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): The file name syntax depends on cifs capabilities. (tramp-smb-handle-file-attributes); Call - `tramp-do-file-attributes-with-stat' if possible. + `tramp-smb-do-file-attributes-with-stat' if possible. (tramp-smb-handle-insert-directory): Use posix attributes if possible. (tramp-smb-handle-set-file-modes): It is applicable for posix |
