Browse Source

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

Ihor Radchenko 2 years ago
parent
commit
ba8fbd0cda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testing/lisp/test-ob-java.el

+ 1 - 1
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