Skip to content

Commit

Permalink
* lisp/progmodes/project.el (project--files-in-directory): Fix format…
Browse files Browse the repository at this point in the history
…ting

Copyright-paperwork-exempt: yes
  • Loading branch information
manuel-uberti authored and monnier committed Nov 4, 2020
1 parent d408866 commit 43431f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisp/progmodes/project.el
Original file line number Diff line number Diff line change
Expand Up @@ -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<))))
Expand Down

0 comments on commit 43431f7

Please sign in to comment.