From ba8fbd0cda18146410899cf38c1f7fc34c204cb9 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sun, 9 Oct 2022 12:13:30 +0800 Subject: [PATCH] testing/lisp/test-ob-java.el: Add missing `provide' --- testing/lisp/test-ob-java.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/lisp/test-ob-java.el b/testing/lisp/test-ob-java.el index b49b952c8..931fdeda5 100644 --- a/testing/lisp/test-ob-java.el +++ b/testing/lisp/test-ob-java.el @@ -607,5 +607,5 @@ public class Main { (delete-directory (concat (file-name-as-directory org-babel-temporary-directory) "pkg"))))))) - +(provide 'test-ob-java) ;;; test-ob-java.el ends here