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

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

[elpa] externals/repology 38ac9a4 1/4: repology-utils: Fix code typo.


From: Nicolas Goaziou
Subject: [elpa] externals/repology 38ac9a4 1/4: repology-utils: Fix code typo.
Date: Sun, 24 Jan 2021 06:23:38 -0500 (EST)

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

    repology-utils: Fix code typo.
    
    * repology-utils.el (repology--package-status-face): Fix code typo.
---
 repology-utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/repology-utils.el b/repology-utils.el
index b56e3bc..b32f0dc 100644
--- a/repology-utils.el
+++ b/repology-utils.el
@@ -111,7 +111,7 @@ Return PACKAGE's repository internal name if the full name 
is unknown."
         (intern (format "repology-%s-status" status))
       ;; If package status list is not up-to-date, fall back to
       ;; `default' face.
-      (warn "Repology: Unknown package status: %S; Using `default' face" other)
+      (warn "Repology: Unknown package status: %S; Using `default' face" 
status)
       'default)))
 
 (defun repology-package-colorized-status (package)



reply via email to

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