Skip to content

Commit

Permalink
just use an underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Jan 2, 2023
1 parent 86b31c4 commit 6f17635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kele.el
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ This function injects :sync t into BODY."
(plist-put (plist-put body :sync t)
;; Suppress the default request.el error handler; we
;; check the error later
:error (cl-function (lambda (&rest _args &key &allow-other-keys)
:error (cl-function (lambda (&rest _args &key _error-thrown &allow-other-keys)
nil))))
(resp (apply #'request url updated-plist))
(err (request-response-error-thrown resp)))
Expand Down

0 comments on commit 6f17635

Please sign in to comment.