0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-05 22:13:00 +00:00

testing/lisp/test-ob-java.el: Add missing `provide'

This commit is contained in:
Ihor Radchenko 2022-10-09 12:13:30 +08:00
parent 41a409f79d
commit ba8fbd0cda
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

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