lint: Pacify byte-compiler
* lisp/org-lint.el (org-lint-invalid-macro-argument-and-template): Pacify byte-compiler.
This commit is contained in:
parent
9ba4c95242
commit
8c981b0cbf
|
@ -753,7 +753,7 @@ Use \"export %s\" instead"
|
||||||
(args
|
(args
|
||||||
(format "Unused arguments in macro %S: %s"
|
(format "Unused arguments in macro %S: %s"
|
||||||
name
|
name
|
||||||
(mapconcat #'org-trim spurious-args ", ")))))
|
(mapconcat #'org-trim args ", ")))))
|
||||||
reports)))))))))))
|
reports)))))))))))
|
||||||
reports))
|
reports))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue