aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-08-02 22:24:45 +0200
committerGravatar Tom Willemsen2012-08-02 22:24:45 +0200
commit9f7c64aa6eda785993197c1f5faf934e5200063f (patch)
tree7ff179d18b9bd74564d9bae4614945c6774c5f1f
parent205178fa07c1bfd7ff1f4971c1b4de65bf849a90 (diff)
downloadavandu-9f7c64aa6eda785993197c1f5faf934e5200063f.tar.gz
avandu-9f7c64aa6eda785993197c1f5faf934e5200063f.zip
Explicitly require url and simple
This is to prevent warnings/errors from appearing.
-rw-r--r--avandu.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/avandu.el b/avandu.el
index 175a850..1ba8bca 100644
--- a/avandu.el
+++ b/avandu.el
@@ -46,6 +46,8 @@
;;; Code:
(require 'json)
+(require 'url)
+(require 'simple)
(defgroup avandu nil
"Tiny Tiny RSS interface for emacs."