Mercurial > emacs
changeset 91790:c568e49dbbc5
(tramp-compat-file-attributes): Add comment.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 12 Feb 2008 03:46:03 +0000 |
parents | 0048d198c131 |
children | ad6ac471fdea |
files | lisp/net/tramp-compat.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/net/tramp-compat.el Tue Feb 12 02:41:55 2008 +0000 +++ b/lisp/net/tramp-compat.el Tue Feb 12 03:46:03 2008 +0000 @@ -197,6 +197,7 @@ (cond ((or (null id-format) (eq id-format 'integer)) (file-attributes filename)) + ;; FIXME: shouldn't that be tramp-file-p or somesuch? ((file-remote-p filename) (funcall (symbol-function 'tramp-handle-file-attributes) filename id-format))