Browse Source

lint: Pacify byte-compiler

* lisp/org-lint.el (org-lint-invalid-macro-argument-and-template):
Pacify byte-compiler.
Nicolas Goaziou 4 năm trước cách đây
mục cha
commit
8c981b0cbf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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))