lint: Silence byte-compiler

* lisp/org-lint.el (org-lint-invalid-macro-argument-and-template):
Silence byte-compiler.
This commit is contained in:
Nicolas Goaziou 2021-04-19 02:12:11 +02:00
parent 628bb4f324
commit a9a95cbe93
1 changed files with 0 additions and 1 deletions

View File

@ -757,7 +757,6 @@ Use \"export %s\" instead"
(org-element-map ast 'macro
(lambda (macro)
(let* ((name (org-element-property :key macro))
(args (org-element-property :args macro))
(template (cdr (assoc-string name templates t))))
(pcase template
(`nil