aboutsummaryrefslogtreecommitdiff
path: root/sx-method.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-12-12 13:31:01 -0500
committerSean Allred <code@seanallred.com>2014-12-12 13:31:01 -0500
commit38dd04a41a1a77a1d57ac9193420fe13fc2220bc (patch)
tree6bfb644071c53a4ee5e502665ba11a169edd535c /sx-method.el
parente80ed6b6e717fc071ba28519caf4bbb6ac30d8a7 (diff)
parent79c03c20d14ddfe546c9f612bd9c8b1b1cb00b2c (diff)
Merge pull request #147 from vermiculus/autoload-auth
Autoload sx-authenticate
Diffstat (limited to 'sx-method.el')
-rw-r--r--sx-method.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-method.el b/sx-method.el
index 5646772..4575b0f 100644
--- a/sx-method.el
+++ b/sx-method.el
@@ -91,7 +91,7 @@ Return the entire response as a complex alist."
;; 1. Need auth and warn user (interactive use)
((and method-auth (equal 'warn auth))
(user-error
- "This request requires authentication. Please run `M-x sx-auth-authenticate' and try again."))
+ "This request requires authentication. Please run `M-x sx-authenticate' and try again."))
;; 2. Need auth to populate UI, cannot provide subset
((and method-auth auth)
(setq call 'sx-request-fallback))