From de538d650f1f0ae3b9c747a7630932ffef91e9d6 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Wed, 19 Nov 2014 10:57:01 -0500 Subject: Provide alias for `sx-auth-authenticate' --- sx-auth.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sx-auth.el') 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 -- cgit v1.2.3