From 6f2fb104789fdcd7c7e10ca31f6517f0305579c1 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Wed, 5 Nov 2014 19:33:20 -0500 Subject: Use standard '.el' extenstion for cache This should probably be altered so that the caching function requires symbols; this would keep everything consistent since the caching function could apply the same pattern to every symbol it receives. --- stack-auth.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack-auth.el') diff --git a/stack-auth.el b/stack-auth.el index d450754..99e0177 100644 --- a/stack-auth.el +++ b/stack-auth.el @@ -67,7 +67,7 @@ questions)." (if (string-equal "" stack-auth-access-token) (progn (setq stack-auth-access-token nil) (error "You must enter this code to use this client fully")) - (stack-cache-set "auth" `((access-token . ,stack-auth-access-token))))) + (stack-cache-set "auth.el" `((access-token . ,stack-auth-access-token))))) (provide 'stack-auth) ;;; stack-auth.el ends here -- cgit v1.2.3