소스 검색

lint: Pacify byte-compiler

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

+ 1 - 1
lisp/org-lint.el

@@ -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))