From 15d9bd90abdf04da4a4ef081c302b7028dd0f750 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 12 Feb 2008 03:46:03 +0000 Subject: [PATCH] (tramp-compat-file-attributes): Add comment. --- lisp/net/tramp-compat.el | 1 + 1 file changed, 1 insertion(+) 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." (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)) -- 2.39.5