From 54d226d60a31b4299c65e4399e22aec8b5d31192 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 19 Apr 2015 10:23:28 +0100 Subject: Fix some compiler warnings --- sx-networks.el | 12 ++++++------ 1 file 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 -- cgit v1.2.3