diff options
author | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-18 07:18:52 -0500 |
---|---|---|
committer | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-18 07:18:52 -0500 |
commit | 6a7e345bb776c715c0801674ff4cc5feaef08f4c (patch) | |
tree | f02b8d6e5fad90db6dd7d4ed3a325f73bca05f8a /sx-favorites.el | |
parent | 49ccfdc2202cb8d71638e115509fc20d487a0da1 (diff) |
Refactor sx-network--get-associated to avoid double call to
sx-cache-set.
Fix provides lines (missed quote on symbol).
Diffstat (limited to 'sx-favorites.el')
-rw-r--r-- | sx-favorites.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-favorites.el b/sx-favorites.el index b66b2c5..0b9527a 100644 --- a/sx-favorites.el +++ b/sx-favorites.el @@ -79,7 +79,7 @@ Writes list to cache QUESTION-FAVORITES." (mapc #'sx-favorites--update-site-favorites sx-network--user-sites)) -(provide sx-favorites) +(provide 'sx-favorites) ;;; sx-favorites.el ends here ;; Local Variables: |