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
|
||||
(format "Unused arguments in macro %S: %s"
|
||||
name
|
||||
(mapconcat #'org-trim spurious-args ", ")))))
|
||||
(mapconcat #'org-trim args ", ")))))
|
||||
reports)))))))))))
|
||||
reports))
|
||||
|
||||
|
|
Loading…
Reference in New Issue