]> git.eshelyaron.com Git - emacs.git/commitdiff
; Clarify the assumption
authorDmitry Gutov <dgutov@yandex.ru>
Thu, 26 Dec 2019 15:31:11 +0000 (17:31 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 26 Dec 2019 15:31:11 +0000 (17:31 +0200)
lisp/progmodes/project.el

index d5920d10fcfbe2ca99624e0f7417c9992bdc608c..e21600ffe09219086dc09a237359b8f76b445b26 100644 (file)
@@ -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.