You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIXlouietan#76: handle both old and new function signatures of `request--curl-callback'
'request.el' commit '8ccbae1b5e5e2ae68112dd46a6bee67d318b0deb' changed the
function signature ("arity") from 2 to 3 arguments. The current stable version
of that package still uses the old number of args. The rolling-release master
branch of 'request.el' uses the new number of args. This function handles both
cases for the time being.
(It is generally frowned upon to use provate functions from other packages since
they are not considered a stable interface. However, for now, it is unavoidable
since there is no "stable" interface to forec 'request.el' to run the callback.)
0 commit comments