branch: externals/pq
commit a4f4083e2b2ec14ff60ce556d5a457579dd62dd3
Author: Frank Church <[email protected]>
Commit: GitHub <[email protected]>
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 8c2802b2721..26484cc3af2 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]]