From: Stefan Monnier Date: Tue, 12 Feb 2008 03:46:03 +0000 (+0000) Subject: (tramp-compat-file-attributes): Add comment. X-Git-Tag: emacs-pretest-23.0.90~7988 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15d9bd90abdf04da4a4ef081c302b7028dd0f750;p=emacs.git (tramp-compat-file-attributes): Add comment. --- 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))