branch: elpa/emacsql commit 965039cec2d31c3eeb6cdf3a91f05e81350344d7 Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Adjust header lines for each back-end. --- emacsql-mysql.el | 2 +- emacsql-pg.el | 2 +- emacsql-psql.el | 2 +- emacsql-sqlite.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/emacsql-mysql.el b/emacsql-mysql.el index b3549a2bd7..4531608a7e 100644 --- a/emacsql-mysql.el +++ b/emacsql-mysql.el @@ -1,4 +1,4 @@ -;;; emacsql-mysql.el --- front-end for MySQL -*- lexical-binding: t; -*- +;;; emacsql-mysql.el --- back-end for MySQL -*- lexical-binding: t; -*- ;;; Code: diff --git a/emacsql-pg.el b/emacsql-pg.el index 80508249db..8a766bc07a 100644 --- a/emacsql-pg.el +++ b/emacsql-pg.el @@ -1,4 +1,4 @@ -;;; emacsql-pg.el --- PostgreSQL (pg.el) back-end -*- lexical-binding: t; -*- +;;; emacsql-pg.el --- back-end for PostgreSQL via pg -*- lexical-binding: t; -*- ;;; Commentary: diff --git a/emacsql-psql.el b/emacsql-psql.el index 26ce9067df..15a316e8be 100644 --- a/emacsql-psql.el +++ b/emacsql-psql.el @@ -1,4 +1,4 @@ -;;; emacsql-psql.el --- PostgreSQL front-end for EmacSQL -*- lexical-binding: t; -*- +;;; emacsql-psql.el --- back-end for PostgreSQL via psql -*- lexical-binding: t; -*- ;;; Code: diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el index ff8e3c307d..1f13486598 100644 --- a/emacsql-sqlite.el +++ b/emacsql-sqlite.el @@ -1,4 +1,4 @@ -;; emacsql-sqlite.el --- SQLite front-end for EmacSQL -*- lexical-binding: t; -*- +;; emacsql-sqlite.el --- back-end for SQLite -*- lexical-binding: t; -*- ;;; Code: