branch: elpa/emacsql commit 1ce92a6f4a371ca5201b1dcd52f84a1150457a89 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
No longer require emacsql-psql in emacsql-pg The comment was wrong, we don't use `emacsql-psql-reserved' here. --- emacsql-pg.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacsql-pg.el b/emacsql-pg.el index 55a1421d0a..87ecca1028 100644 --- a/emacsql-pg.el +++ b/emacsql-pg.el @@ -29,7 +29,6 @@ (require 'cl-lib) (require 'cl-generic) (require 'emacsql) -(require 'emacsql-psql) ; for reserved words (defclass emacsql-pg-connection (emacsql-connection) ((pgcon :reader emacsql-pg-pgcon :initarg :pgcon)