aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2008-02-12 03:46:03 +0000
committerStefan Monnier2008-02-12 03:46:03 +0000
commit15d9bd90abdf04da4a4ef081c302b7028dd0f750 (patch)
tree3b548f9de66d7e12c540a53b90e323ca0c075aa7
parent65073003e712a34a8138859448d2817422ec0415 (diff)
downloademacs-15d9bd90abdf04da4a4ef081c302b7028dd0f750.tar.gz
emacs-15d9bd90abdf04da4a4ef081c302b7028dd0f750.zip
(tramp-compat-file-attributes): Add comment.
-rw-r--r--lisp/net/tramp-compat.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp-compat.el b/lisp/net/tramp-compat.el
index fcd8ba112b5..7c75fbb2eb6 100644
--- a/lisp/net/tramp-compat.el
+++ b/lisp/net/tramp-compat.el
@@ -197,6 +197,7 @@ Add the extension of FILENAME, if existing."
197 (cond 197 (cond
198 ((or (null id-format) (eq id-format 'integer)) 198 ((or (null id-format) (eq id-format 'integer))
199 (file-attributes filename)) 199 (file-attributes filename))
200 ;; FIXME: shouldn't that be tramp-file-p or somesuch?
200 ((file-remote-p filename) 201 ((file-remote-p filename)
201 (funcall (symbol-function 'tramp-handle-file-attributes) 202 (funcall (symbol-function 'tramp-handle-file-attributes)
202 filename id-format)) 203 filename id-format))