lint: Pacify byte-compiler

* lisp/org-lint.el (org-lint-invalid-macro-argument-and-template):
Pacify byte-compiler.
This commit is contained in:
Nicolas Goaziou 2021-04-18 14:04:55 +02:00
parent 9ba4c95242
commit 8c981b0cbf
1 changed files with 1 additions and 1 deletions

View File

@ -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))