Mercurial > emacs
changeset 105691:ed970ee2fe76
*** empty log message ***
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Wed, 21 Oct 2009 11:27:59 +0000 |
parents | 8d8fc5285759 |
children | 15b4b661ceb1 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 21 11:27:26 2009 +0000 +++ b/lisp/ChangeLog Wed Oct 21 11:27:59 2009 +0000 @@ -1,3 +1,15 @@ +2009-10-21 Michael Albinus <michael.albinus@gmx.de> + + * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun. + (tramp-smb-handle-file-attributes): Use it. + (tramp-smb-do-file-attributes-with-stat): Don't raise an error. + (tramp-smb-handle-insert-directory): Use `mapc' rather than + `mapcar'. Use `tramp-smb-get-stat-capability'. Add + `dired-filename' text properties. + (tramp-smb-get-cifs-capabilities): Apply `save-match-data'. + (tramp-smb-maybe-open-connection): Simplify check for smbclient + version. + 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca> * subr.el (read-key-delay): Reduce to 0.01. @@ -532,7 +544,7 @@ * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain) (tramp-file-name-real-host, tramp-file-name-port): - Apply `save-match-data. + Apply `save-match-data'. * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the case both directories are remote.