aboutsummaryrefslogtreecommitdiff
path: root/sx-auth.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-14 23:12:14 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-14 23:12:14 +0000
commit3d8baac445cbfec0bd9225c76531d1b4b990e8af (patch)
tree1bd3c01da0ca51dc595fe51d3c3d40fef45ef816 /sx-auth.el
parent0fce5e831997d88fe6e159a3b968ea38c02b5d17 (diff)
parent22cc1b1b959761cda2ff2048dbaeba99cc094930 (diff)
Merge branch 'master' into filling-and-fontlocking
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