emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/kiwix 3330d7e 08/18: Add extra library "elquery" for pa


From: Stefan Monnier
Subject: [elpa] externals/kiwix 3330d7e 08/18: Add extra library "elquery" for parsing HTTP query HTML result
Date: Wed, 4 Aug 2021 18:28:10 -0400 (EDT)

branch: externals/kiwix
commit 3330d7ef3e151afab8280448928d584dce641cc3
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]