aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-19 10:57:01 -0500
committerSean Allred <code@seanallred.com>2014-11-19 10:57:01 -0500
commitde538d650f1f0ae3b9c747a7630932ffef91e9d6 (patch)
tree70f0f7687f49345f98b09fd11d99d10e68aec613
parent56371314c1eb4fede7fbf56b049a65f093af0778 (diff)
Provide alias for `sx-auth-authenticate'
-rw-r--r--sx-auth.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/sx-auth.el b/sx-auth.el
index 4299f37..99344c0 100644
--- a/sx-auth.el
+++ b/sx-auth.el
@@ -87,6 +87,8 @@ parsed and displayed prominently on the page)."
(error "You must enter this code to use this client fully"))
(sx-cache-set 'auth `((access_token . ,sx-auth-access-token)))))
+(defalias 'sx-authenticate #'sx-auth-authenticate)
+
(provide 'sx-auth)
;;; sx-auth.el ends here