branch: externals/kiwix commit 3330d7ef3e151afab8280448928d584dce641cc3 Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@gmail.com>
Add extra library "elquery" for parsing HTTP query HTML result --- kiwix.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 9279cee..c12614a 100644 --- a/kiwix.el +++ b/kiwix.el @@ -7,7 +7,7 @@ ;; Homepage: https://github.com/stardiviner/kiwix.el ;; Created: 23th July 2016 ;; Version: 1.0.3 -;; Package-Requires: ((emacs "24.4") (request "0.3.0")) +;; Package-Requires: ((emacs "24.4") (request "0.3.0") (elquery "0.1.0")) ;; Copyright (C) 2019-2020 Free Software Foundation, Inc. @@ -57,6 +57,7 @@ (require 'subr-x) (require 'thingatpt) (require 'json) +(require 'elquery) (declare-function helm "helm") (declare-function helm-build-async-source "helm")