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

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

[nongnu] elpa/emacsql 965039cec2 314/427: Adjust header lines for each b


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 965039cec2 314/427: Adjust header lines for each back-end.
Date: Tue, 13 Dec 2022 02:59:54 -0500 (EST)

branch: elpa/emacsql
commit 965039cec2d31c3eeb6cdf3a91f05e81350344d7
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@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:
 



reply via email to

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