aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-21 10:29:49 -0500
committerJonathan Leech-Pepin <jonathan.leechpepin@gmail.com>2014-11-21 10:29:49 -0500
commita62483526c336219424c9f7d03abbe2ba6516c53 (patch)
tree4bfef18620ca4e184682f283199e550dc03ab068
parent3c772002f24db89410b14d7a938ff12b23ac5580 (diff)
Use `(declare (indent 1)) in `sx-method-call`.
-rw-r--r--sx-method.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/sx-method.el b/sx-method.el
index a1a2901..ed32b3d 100644
--- a/sx-method.el
+++ b/sx-method.el
@@ -67,6 +67,7 @@ for interactive commands that absolutely require authentication
treat 'warn as equivalent to t.
Return the entire response as a complex alist."
+ (declare (indent 1))
(let ((access-token (sx-cache-get 'auth))
(method-auth (sx-auth--method-p method submethod))
(filter-auth (sx-auth--filter-p filter))