瀏覽代碼

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