From a62483526c336219424c9f7d03abbe2ba6516c53 Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Fri, 21 Nov 2014 10:29:49 -0500 Subject: Use `(declare (indent 1)) in `sx-method-call`. --- sx-method.el | 1 + 1 file changed, 1 insertion(+) (limited to 'sx-method.el') 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)) -- cgit v1.2.3