branch: elpa/emacsql commit d21cc8654071bcde06200138352fee3d95b3a73c Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Add lexical binding to tests. --- emacsql-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql-tests.el b/emacsql-tests.el index 0c0ed5191e..d3dfbd00bb 100644 --- a/emacsql-tests.el +++ b/emacsql-tests.el @@ -1,4 +1,4 @@ -;;; emacsql-tests.el --- tests for emacsql +;;; emacsql-tests.el --- tests for emacsql -*- lexical-binding: t; -*- ;;; Code: