projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be38e39
)
; Clarify the assumption
author
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 26 Dec 2019 15:31:11 +0000
(17:31 +0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 26 Dec 2019 15:31:11 +0000
(17:31 +0200)
lisp/progmodes/project.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/project.el
b/lisp/progmodes/project.el
index d5920d10fcfbe2ca99624e0f7417c9992bdc608c..e21600ffe09219086dc09a237359b8f76b445b26 100644
(file)
--- 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.