emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org a9a95cb 2/2: lint: Silence byte-compiler


From: ELPA Syncer
Subject: [elpa] externals/org a9a95cb 2/2: lint: Silence byte-compiler
Date: Sun, 18 Apr 2021 20:57:13 -0400 (EDT)

branch: externals/org
commit a9a95cbe934f71a13dd891d8626f8e958b9dbd1e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    lint: Silence byte-compiler
    
    * lisp/org-lint.el (org-lint-invalid-macro-argument-and-template):
    Silence byte-compiler.
---
 lisp/org-lint.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lisp/org-lint.el b/lisp/org-lint.el
index 87ab78b..f537b08 100644
--- a/lisp/org-lint.el
+++ b/lisp/org-lint.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]