From: Dmitry Gutov Date: Thu, 26 Dec 2019 15:31:11 +0000 (+0200) Subject: ; Clarify the assumption X-Git-Tag: emacs-27.0.90~280 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ab40c1a51;p=emacs.git ; Clarify the assumption --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index d5920d10fcf..e21600ffe09 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.