diff options
author | Sean Allred <code@seanallred.com> | 2014-11-19 10:57:01 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-19 10:57:01 -0500 |
commit | de538d650f1f0ae3b9c747a7630932ffef91e9d6 (patch) | |
tree | 70f0f7687f49345f98b09fd11d99d10e68aec613 | |
parent | 56371314c1eb4fede7fbf56b049a65f093af0778 (diff) |
Provide alias for `sx-auth-authenticate'
-rw-r--r-- | sx-auth.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |