mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-02-07 21:35:02 +00:00
lint: Silence byte-compiler
* lisp/org-lint.el (org-lint-invalid-macro-argument-and-template): Silence byte-compiler.
This commit is contained in:
parent
628bb4f324
commit
a9a95cbe93
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user