From cef2ed2bbb6aca680e40db4b14572227f3843eeb Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Mon, 12 Sep 2022 19:16:52 +0200 Subject: macro declare debug body for auth req --- lisp/mastodon-http.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/mastodon-http.el') diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index a3a0a95..a8b3650 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -100,6 +100,7 @@ Message status and JSON error from RESPONSE if unsuccessful." (defmacro mastodon-http--authorized-request (method body &optional unauthenticated-p) "Make a METHOD type request using BODY, with Mastodon authorization. Unless UNAUTHENTICATED-P is non-nil." + (declare (debug 'body)) `(let ((url-request-method ,method) (url-request-extra-headers (unless ,unauthenticated-p -- cgit v1.2.3