emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/repology 571be2d: Tiny refactoring


From: Nicolas Goaziou
Subject: [elpa] externals/repology 571be2d: Tiny refactoring
Date: Sat, 16 Jan 2021 18:45:15 -0500 (EST)

branch: externals/repology
commit 571be2d486bd24cf48918e14823b6b359694c227
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Tiny refactoring
    
    * repology.el (repology-search-projects): Tiny refactoring.
---
 repology.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/repology.el b/repology.el
index adc021e..ba39bfc 100644
--- a/repology.el
+++ b/repology.el
@@ -848,8 +848,7 @@ from output, unless `repology-free-only-projects' is nil."
     ;; Possibly keep only free projects.
     (if repology-free-only-projects
         (with-temp-message "Repology: Filtering out non-free projects..."
-          (seq-filter (lambda (project) (repology-free-p project))
-                      result))
+          (seq-filter #'repology-free-p result))
       result)))
 
 (defun repology-report-problems (repository)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]