소스 검색

lint: Silence byte-compiler

* lisp/org-lint.el (org-lint-invalid-macro-argument-and-template):
Silence byte-compiler.
Nicolas Goaziou 4 년 전
부모
커밋
a9a95cbe93
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lisp/org-lint.el

+ 0 - 1
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