From a4f4083e2b2ec14ff60ce556d5a457579dd62dd3 Mon Sep 17 00:00:00 2001 From: Frank Church Date: Wed, 11 Sep 2024 09:59:29 +0100 Subject: [PATCH] Update README.org : test.el renamed to pq-test.el I suppose test.el must hae been renamed to pq-test.el without the README.org being updated. --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 8c2802b..26484cc 100644 --- a/README.org +++ b/README.org @@ -73,6 +73,6 @@ does not allow for asynchronous callbacks, you have to check for these periodically after a =LISTEN= statement by calling =pq:notifies=. Calling it will not cause any traffic on the connection itself. -See the testsuite [[./test.el]] for more implemented features. +See the testsuite [[./pq-test.el]] for more implemented features. [[https://api.travis-ci.org/anse1/emacs-libpq.svg]]