aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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