瀏覽代碼

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

Ihor Radchenko 2 年之前
父節點
當前提交
ba8fbd0cda
共有 1 個文件被更改,包括 1 次插入1 次删除
  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