branch: elpa/emacsql commit a29b9e7ea5e07371576f3499538294135109a6a7 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
No longer needlessly require url and url-http We started requiring these features in [1: a615546] for the benefit of `emacsql-sqlite-download', which was later removed in [2: 62d3915]. Closes #99. 1: 2014-02-03 a6155464c764822380848260935c0a6f9de285d8 Try to build the package locally if possible. 2: 2018-01-28 62d39157370219a1680265fa593f90ccd51457da Update to SQLite 3.22.0 and remove download system (#40) --- emacsql-sqlite.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/emacsql-sqlite.el b/emacsql-sqlite.el index b14d1ac52b..dbec5e95eb 100644 --- a/emacsql-sqlite.el +++ b/emacsql-sqlite.el @@ -17,8 +17,6 @@ (require 'cl-lib) (require 'cl-generic) (require 'eieio) -(require 'url) -(require 'url-http) (require 'emacsql) ;;; SQLite connection