This commit is contained in:
Raymundo Vásquez Ruiz
2019-12-01 20:09:18 +01:00
parent b62e260b24
commit 343c5ea260

View File

@@ -1,4 +1,4 @@
(Require 'package) (require 'package)
(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos)) (let* ((no-ssl (and (memq system-type '(windows-nt ms-dos))
(not (gnutls-available-p)))) (not (gnutls-available-p))))
(proto (if no-ssl "http" "https"))) (proto (if no-ssl "http" "https")))