# HG changeset patch # User Stefan Monnier # Date 1202787963 0 # Node ID c568e49dbbc533f5b5d9caff031a31e0bd0de3ab # Parent 0048d198c131d78eab284b7ff151bd4c052cdb53 (tramp-compat-file-attributes): Add comment. diff -r 0048d198c131 -r c568e49dbbc5 lisp/net/tramp-compat.el --- 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))