branch: elpa/emacsql
commit c423d633139b50c555fcc490f3d8dc1fd695e796
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Fix embedded library name
---
 emacsql-compiler.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/emacsql-compiler.el b/emacsql-compiler.el
index 64e791e5d3..3c1ab37c65 100644
--- a/emacsql-compiler.el
+++ b/emacsql-compiler.el
@@ -1,4 +1,4 @@
-;;; emacsql-compile.el --- S-expression SQL compiler  -*- lexical-binding:t -*-
+;;; emacsql-compiler.el --- S-expression SQL compiler  -*- lexical-binding:t 
-*-
 
 ;; This is free and unencumbered software released into the public domain.
 
@@ -539,4 +539,4 @@ Only use within `emacsql-with-params'!"
 
 (provide 'emacsql-compiler)
 
-;;; emacsql-compile.el ends here
+;;; emacsql-compiler.el ends here

Reply via email to