aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-04-19 10:23:28 +0100
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-04-19 10:23:28 +0100
commit54d226d60a31b4299c65e4399e22aec8b5d31192 (patch)
treef6a5cf548f069baa9e066ca518bf9ace5b9e22f1
parent7819d5e4664d6a75ae14f0df4738be33aff2822e (diff)
Fix some compiler warnings
-rw-r--r--sx-networks.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/sx-networks.el b/sx-networks.el
index 45eaf05..eddcf02 100644
--- a/sx-networks.el
+++ b/sx-networks.el
@@ -29,6 +29,12 @@
(require 'sx-site)
(require 'sx-filter)
+(defvar sx-network--user-information nil
+ "User information for the various sites.")
+
+(defvar sx-network--user-sites nil
+ "List of sites where user already has an account.")
+
(defconst sx-network--user-filter
(sx-filter-from-nil
((badge_count bronze
@@ -88,12 +94,6 @@ list of sites the user is active on."
(cdr (assoc u-site sites-info)))))
sx-network--user-information)))
-(defvar sx-network--user-information nil
- "User information for the various sites.")
-
-(defvar sx-network--user-sites nil
- "List of sites where user already has an account.")
-
(provide 'sx-networks)
;;; sx-networks.el ends here