[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/repology 8b79fe2 6/9: Fix code typo
From: |
Nicolas Goaziou |
Subject: |
[elpa] externals/repology 8b79fe2 6/9: Fix code typo |
Date: |
Mon, 18 Jan 2021 17:27:53 -0500 (EST) |
branch: externals/repology
commit 8b79fe2170ec9cefcb3b9eb012e7a6083cd4161b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Fix code typo
* repology.el (repology-report-problems): Use `format' instead of `message'.
---
repology.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/repology.el b/repology.el
index 2e69639..eab115ba 100644
--- a/repology.el
+++ b/repology.el
@@ -867,8 +867,8 @@ REPOSITORY is a string. Return a list of problems."
(unless (member repository (repology-list-repositories))
(user-error "Unknown repository: %S" repository))
(with-temp-message
- (message "Repology: Fetching problems reports about %s"
- (repology-repository-full-name repository))
+ (format "Repology: Fetching problems reports about %s"
+ (repology-repository-full-name repository))
(repology--get 'repository repository nil)))
- [elpa] externals/repology updated (dd2a8f8 -> d169507), Nicolas Goaziou, 2021/01/18
- [elpa] externals/repology ba478a5 1/9: Rename `repology--license-check' to `repology--license-vote', Nicolas Goaziou, 2021/01/18
- [elpa] externals/repology 77d9cd1 3/9: Rename `repology--check-freedom' to `repology--check-freedom-at-point', Nicolas Goaziou, 2021/01/18
- [elpa] externals/repology 5f496f3 2/9: Rename `repology-free-p' to `repology-check-freedom', Nicolas Goaziou, 2021/01/18
- [elpa] externals/repology 181671c 4/9: Add new value to `repology-free-only-projects', Nicolas Goaziou, 2021/01/18
- [elpa] externals/repology dca8413 7/9: repology-check-freedom: Use clearer argument name, Nicolas Goaziou, 2021/01/18
- [elpa] externals/repology 7e68447 5/9: Fix typo in docstring, Nicolas Goaziou, 2021/01/18
- [elpa] externals/repology 8b79fe2 6/9: Fix code typo,
Nicolas Goaziou <=
- [elpa] externals/repology d169507 9/9: repology-license.el: Add missing author information, Nicolas Goaziou, 2021/01/18
- [elpa] externals/repology c8e1dc4 8/9: New "repology-utils.el" file containing generic tools, Nicolas Goaziou, 2021/01/18