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

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

[elpa] externals/org 3e86487755 3/3: testing/lisp: Add missing `provide'


From: ELPA Syncer
Subject: [elpa] externals/org 3e86487755 3/3: testing/lisp: Add missing `provide'
Date: Thu, 13 Oct 2022 06:57:54 -0400 (EDT)

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

    testing/lisp: Add missing `provide'
    
    * testing/lisp/test-ob-sql.el (test-ob-sql):
    * testing/lisp/test-ob-sqlite.el (test-ob-sqlite): Add missing provide
    and use the correct file name in the comments.
---
 testing/lisp/test-ob-sql.el    | 3 ++-
 testing/lisp/test-ob-sqlite.el | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/testing/lisp/test-ob-sql.el b/testing/lisp/test-ob-sql.el
index 6590711214..919741571f 100644
--- a/testing/lisp/test-ob-sql.el
+++ b/testing/lisp/test-ob-sql.el
@@ -377,4 +377,5 @@
   select * from dummy;
 #+end_src"))
 
-;;; test-ob-sqlite.el ends here
+(provide 'test-ob-sql)
+;;; test-ob-sql.el ends here
diff --git a/testing/lisp/test-ob-sqlite.el b/testing/lisp/test-ob-sqlite.el
index 5c418e304f..72d75c9b71 100644
--- a/testing/lisp/test-ob-sqlite.el
+++ b/testing/lisp/test-ob-sqlite.el
@@ -42,4 +42,5 @@
            (org-babel-next-src-block)
            (org-babel-execute-src-block)))))
 
+(provide 'test-ob-sqlite)
 ;;; test-ob-sqlite.el ends here



reply via email to

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