branch: elpa/emacsql commit 74bd11bc0998d7019a05eecc0486fee09c84a93b Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Fix up package description headers. --- emacsql-mysql.el | 2 +- emacsql-psql.el | 2 +- emacsql-sqlite.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emacsql-mysql.el b/emacsql-mysql.el index b50252c5aa..7dd2a82159 100644 --- a/emacsql-mysql.el +++ b/emacsql-mysql.el @@ -1,4 +1,4 @@ -;;; emacsql-mysql.el --- back-end for MySQL -*- lexical-binding: t; -*- +;;; emacsql-mysql.el --- EmacSQL back-end for MySQL -*- lexical-binding: t; -*- ;; This is free and unencumbered software released into the public domain. diff --git a/emacsql-psql.el b/emacsql-psql.el index a44fa9739b..8629e9156c 100644 --- a/emacsql-psql.el +++ b/emacsql-psql.el @@ -1,4 +1,4 @@ -;;; emacsql-psql.el --- back-end for PostgreSQL via psql -*- lexical-binding: t; -*- +;;; emacsql-psql.el --- EmacSQL back-end for PostgreSQL via psql and pg -*- lexical-binding: t; -*- ;; This is free and unencumbered software released into the public domain. diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el index 69ccffbc50..8e089a865f 100644 --- a/emacsql-sqlite.el +++ b/emacsql-sqlite.el @@ -1,4 +1,4 @@ -;; emacsql-sqlite.el --- back-end for SQLite -*- lexical-binding: t; -*- +;;; emacsql-sqlite.el --- EmacSQL back-end for SQLite -*- lexical-binding: t; -*- ;; This is free and unencumbered software released into the public domain.