From 43431f7108a6cb2af09b5f73092c7ab43f0d5199 Mon Sep 17 00:00:00 2001 From: Manuel Uberti Date: Wed, 4 Nov 2020 15:41:53 +0100 Subject: [PATCH] * lisp/progmodes/project.el (project--files-in-directory): Fix formatting Copyright-paperwork-exempt: yes --- lisp/progmodes/project.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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<)))) -- 2.39.2