Revert change to lang/rest in 9709d257d

This commit is contained in:
Henrik Lissner 2020-03-27 21:34:58 -04:00
parent 6c4081f785
commit 86194e2c53
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -15,7 +15,7 @@
"Forces underlying SSL verification to prompt for self-signed or invalid
certs, rather than reject them silently."
:around #'restclient-http-do
(let ((gnutls-verify-error tls-checktrust))
(let (gnutls-verify-error tls-checktrust)
(apply orig-fn args)))
(map! :map restclient-mode-map