From 9f7c64aa6eda785993197c1f5faf934e5200063f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 2 Aug 2012 22:24:45 +0200 Subject: Explicitly require url and simple This is to prevent warnings/errors from appearing. --- avandu.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avandu.el') 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." -- cgit v1.2.3-54-g00ecf