* dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
commitd5b3979c8a0129ab007179a8d6e554dfbcfaa24d
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 4 Feb 2010 16:25:57 +0000 (4 17:25 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 4 Feb 2010 16:25:57 +0000 (4 17:25 +0100)
tree29a4f60bb891e4e4f8f5136b1215f9229f446a26
parent6c594ec63d2a81aabd59883d0ae1baffa77b2dd0
* dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
`dired-uncache' for every elemnt which is an absolute file name.

* net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
directory, handle its directory component.
(tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
function is called permanently and creates noise, otherwise.

* net/tramp-imap.el (tramp-imap-handle-insert-directory):
* net/tramp-smb.el (tramp-smb-handle-insert-directory):
Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
lisp/ChangeLog
lisp/dired.el
lisp/net/tramp-imap.el
lisp/net/tramp-smb.el
lisp/net/tramp.el