aboutsummaryrefslogtreecommitdiff
path: root/sx-method.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-12-15 16:33:29 -0500
committerSean Allred <code@seanallred.com>2014-12-15 16:33:29 -0500
commit3e332ab028d1b15b1a255411206368e53b372ff9 (patch)
tree67d12328b8f93d1147872f89af9645979d4ee425 /sx-method.el
parent203402f10a7bce27b30d19aa71b96dad9a0e6b3c (diff)
parent0a2f984d0771b9a921696af1fe3bad10cdbb7b54 (diff)
Merge pull request #158 from vermiculus/fix-some-warnings
Fix some warnings
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 4575b0f..1078014 100644
--- a/sx-method.el
+++ b/sx-method.el
@@ -90,7 +90,7 @@ Return the entire response as a complex alist."
(cond
;; 1. Need auth and warn user (interactive use)
((and method-auth (equal 'warn auth))
- (user-error
+ (sx-user-error
"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)