* lisp/progmodes/project.el (project--files-in-directory): Fix formatting

Copyright-paperwork-exempt: yes
This commit is contained in:
Manuel Uberti 2020-11-04 15:41:53 +01:00 committed by Stefan Monnier
parent d408866ff2
commit 43431f7108

View file

@ -301,8 +301,8 @@ to find the list of ignores for each directory."
(split-string files)
(concat " -o " find-name-arg " "))
" "
(shell-quote-argument ")"))"")
)))
(shell-quote-argument ")"))
""))))
(project--remote-file-names
(sort (split-string (shell-command-to-string command) "\0" t)
#'string<))))