From b4d6c6240f17b085f8afdb6933ffd440c7cb836c Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Thu, 20 Jul 2023 12:46:30 +0200 Subject: comment erroneous request-timeout lexical --- lisp/mastodon-http.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mastodon-http.el') diff --git a/lisp/mastodon-http.el b/lisp/mastodon-http.el index 7d01e26..663e2a9 100644 --- a/lisp/mastodon-http.el +++ b/lisp/mastodon-http.el @@ -309,7 +309,7 @@ PARAMS is an alist of any extra parameters to send with the request." Then run function CALLBACK with arguements CBARGS. Authorization header is included by default unless UNAUTHENTICED-P is non-nil." (mastodon-http--authorized-request "POST" - (let ((request-timeout 5) + (let (;(request-timeout 5) ; this is from request.el no url.el! (url-request-data (when params (mastodon-http--build-params-string params)))) (with-temp-buffer -- cgit v1.2.3