]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/project.el (project--files-in-directory): Fix formatting
authorManuel Uberti <manuel.uberti@inventati.org>
Wed, 4 Nov 2020 14:41:53 +0000 (15:41 +0100)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 4 Nov 2020 15:42:20 +0000 (10:42 -0500)
Copyright-paperwork-exempt: yes

lisp/progmodes/project.el

index 8f7482a23d7306855bb3fecad3c5a3190a62f278..6c647a092a97b2344da8c7f4d9f5900882830274 100644 (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<))))