]> git.eshelyaron.com Git - emacs.git/commitdiff
(tramp-compat-file-attributes): Add comment.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 12 Feb 2008 03:46:03 +0000 (03:46 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 12 Feb 2008 03:46:03 +0000 (03:46 +0000)
lisp/net/tramp-compat.el

index fcd8ba112b56f03ad9464175fb7b5cedc4d63006..7c75fbb2eb6d07f8491dbd5f62cddfd402c41510 100644 (file)
@@ -197,6 +197,7 @@ Add the extension of FILENAME, if existing."
   (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))