emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org ba8fbd0cda 1/4: testing/lisp/test-ob-java.el: Add m


From: ELPA Syncer
Subject: [elpa] externals/org ba8fbd0cda 1/4: testing/lisp/test-ob-java.el: Add missing `provide'
Date: Sun, 9 Oct 2022 00:57:54 -0400 (EDT)

branch: externals/org
commit ba8fbd0cda18146410899cf38c1f7fc34c204cb9
Author: Ihor Radchenko <yantar92@gmail.com>
Commit: Ihor Radchenko <yantar92@gmail.com>

    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 b49b952c85..931fdeda5d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]