aboutsummaryrefslogtreecommitdiff
path: root/sx-auth.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-14 17:25:27 -0500
committerSean Allred <code@seanallred.com>2014-11-14 17:30:21 -0500
commit1e859ea6d9b5365f69f8dea5d690e6bee8350e7a (patch)
tree7f7da64a833f8c1c783b6d4977fc79f06d227d1d /sx-auth.el
parent403c021d92bb036be5d95735bc1403056db3780b (diff)
parent22cc1b1b959761cda2ff2048dbaeba99cc094930 (diff)
Merge branch 'master' into network-list
Conflicts: sx-filter.el sx-question.el
Diffstat (limited to 'sx-auth.el')
-rw-r--r--sx-auth.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-auth.el b/sx-auth.el
index 7912508..f32e7aa 100644
--- a/sx-auth.el
+++ b/sx-auth.el
@@ -64,7 +64,7 @@ questions)."
(if (string-equal "" sx-auth-access-token)
(progn (setq sx-auth-access-token nil)
(error "You must enter this code to use this client fully"))
- (sx-cache-set 'auth `((access-token . ,sx-auth-access-token)))))
+ (sx-cache-set 'auth `((access_token . ,sx-auth-access-token)))))
(provide 'sx-auth)
;;; sx-auth.el ends here