aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2019-12-26 17:31:11 +0200
committerDmitry Gutov2019-12-26 17:31:11 +0200
commit6ab40c1a5176b7bbe5d3f44890477e7b6d07858e (patch)
tree622fb8a186b34b21b85b52fa32653b9b809a5d04
parentbe38e39fccab7c2f8e86c59ffb9c022d3d5b9382 (diff)
downloademacs-6ab40c1a5176b7bbe5d3f44890477e7b6d07858e.tar.gz
emacs-6ab40c1a5176b7bbe5d3f44890477e7b6d07858e.zip
; Clarify the assumption
-rw-r--r--lisp/progmodes/project.el3
1 files changed, 2 insertions, 1 deletions
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."
450 (status nil) 450 (status nil)
451 (hits nil) 451 (hits nil)
452 (xrefs nil) 452 (xrefs nil)
453 ;; Support for remote files. 453 ;; Support for remote files. The assumption is that, if the
454 ;; first file is remote, they all are, and on the same host.
454 (dir (file-name-directory (car files))) 455 (dir (file-name-directory (car files)))
455 (remote-id (file-remote-p dir)) 456 (remote-id (file-remote-p dir))
456 ;; 'git ls-files' can output broken symlinks. 457 ;; 'git ls-files' can output broken symlinks.