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

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

[nongnu] elpa/emacsql 2053a15b21 010/427: Add Emacs requirement note.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 2053a15b21 010/427: Add Emacs requirement note.
Date: Tue, 13 Dec 2022 02:59:23 -0500 (EST)

branch: elpa/emacsql
commit 2053a15b214353ea0595eb2608b1f1db925bc66a
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@nullprogram.com>

    Add Emacs requirement note.
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index eae6f6aea2..54b6d03745 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,8 @@ It works by keeping a `sqlite3` inferior process running (a
 are automatically cleaned up if they are garbage collected. All
 requests are synchronous.
 
+Requires Emacs 24 or later.
+
 ```el
 (defvar db (emacsql-connect "company.sqlite"))
 



reply via email to

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