* lisp/progmodes/project.el (project--files-in-directory): Fix formatting
Copyright-paperwork-exempt: yes
This commit is contained in:
parent
d408866ff2
commit
43431f7108
1 changed files with 2 additions and 2 deletions
|
|
@ -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<))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue