aboutsummaryrefslogtreecommitdiff
path: root/sx-request.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-12-15 18:18:08 -0200
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-12-15 18:18:08 -0200
commitceaee4e85d44caad2db8adacdff2e2772bf254c0 (patch)
treebe0fb2f247b79445d9d83fe4bd94b42f9f9f47be /sx-request.el
parente33d4bca3d610a77ef33f3c5dcaab7f7b4119900 (diff)
_ indicates a variable is ignored.
Diffstat (limited to 'sx-request.el')
-rw-r--r--sx-request.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-request.el b/sx-request.el
index a17a982..2d894f0 100644
--- a/sx-request.el
+++ b/sx-request.el
@@ -156,7 +156,7 @@ the main content of the response is returned."
sx-request-remaining-api-requests))
(sx-encoding-clean-content-deep .items)))))))
-(defun sx-request-fallback (method &optional args request-method)
+(defun sx-request-fallback (_method &optional _args _request-method)
"Fallback method when authentication is not available.
This is for UI generation when the associated API call would
require authentication.