emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 6ab40c1 1/3: ; Clarify the assumption


From: Dmitry Gutov
Subject: emacs-27 6ab40c1 1/3: ; Clarify the assumption
Date: Thu, 26 Dec 2019 10:41:04 -0500 (EST)

branch: emacs-27
commit 6ab40c1a5176b7bbe5d3f44890477e7b6d07858e
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    ; Clarify the assumption
---
 lisp/progmodes/project.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el
index d5920d1..e21600f 100644
--- a/lisp/progmodes/project.el
+++ b/lisp/progmodes/project.el
@@ -450,7 +450,8 @@ pattern to search for."
        (status nil)
        (hits nil)
        (xrefs nil)
-       ;; Support for remote files.
+       ;; Support for remote files.  The assumption is that, if the
+       ;; first file is remote, they all are, and on the same host.
        (dir (file-name-directory (car files)))
        (remote-id (file-remote-p dir))
        ;; 'git ls-files' can output broken symlinks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]