; Prefer HTTPS to HTTP in many URLs

This commit is contained in:
Stefan Kangas 2022-10-15 11:17:51 +02:00
parent 34bb39964d
commit 3187225416
57 changed files with 127 additions and 128 deletions

View file

@ -2432,7 +2432,7 @@ emacs_pipe (int fd[2])
/* Approximate posix_close and POSIX_CLOSE_RESTART well enough for Emacs.
For the background behind this mess, please see Austin Group defect 529
<http://austingroupbugs.net/view.php?id=529>. */
<https://austingroupbugs.net/view.php?id=529>. */
#ifndef POSIX_CLOSE_RESTART
# define POSIX_CLOSE_RESTART 1