From: Manuel Uberti Date: Wed, 4 Nov 2020 14:41:53 +0000 (+0100) Subject: * lisp/progmodes/project.el (project--files-in-directory): Fix formatting X-Git-Tag: emacs-28.0.90~5248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=43431f7108a6cb2af09b5f73092c7ab43f0d5199;p=emacs.git * lisp/progmodes/project.el (project--files-in-directory): Fix formatting Copyright-paperwork-exempt: yes --- diff --git a/lisp/progmodes/project.el b/lisp/progmodes/project.el index 8f7482a23d7..6c647a092a9 100644 --- a/lisp/progmodes/project.el +++ b/lisp/progmodes/project.el @@ -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<))))