From 8c981b0cbf86f3ba9875e6b3b3f0be6fc2a031dd Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 18 Apr 2021 14:04:55 +0200 Subject: [PATCH] lint: Pacify byte-compiler * lisp/org-lint.el (org-lint-invalid-macro-argument-and-template): Pacify byte-compiler. --- lisp/org-lint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-lint.el b/lisp/org-lint.el index db651a527..94db816dd 100644 --- a/lisp/org-lint.el +++ b/lisp/org-lint.el @@ -753,7 +753,7 @@ Use \"export %s\" instead" (args (format "Unused arguments in macro %S: %s" name - (mapconcat #'org-trim spurious-args ", "))))) + (mapconcat #'org-trim args ", "))))) reports))))))))))) reports))