mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Clarify the assumption
This commit is contained in:
parent
be38e39fcc
commit
6ab40c1a51
1 changed files with 2 additions and 1 deletions
|
|
@ -450,7 +450,8 @@ pattern to search for."
|
||||||
(status nil)
|
(status nil)
|
||||||
(hits nil)
|
(hits nil)
|
||||||
(xrefs 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)))
|
(dir (file-name-directory (car files)))
|
||||||
(remote-id (file-remote-p dir))
|
(remote-id (file-remote-p dir))
|
||||||
;; 'git ls-files' can output broken symlinks.
|
;; 'git ls-files' can output broken symlinks.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue