From 3187225416c66061b67e89092addc15cad2202b9 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 15 Oct 2022 11:17:51 +0200 Subject: ; Prefer HTTPS to HTTP in many URLs --- ChangeLog.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ChangeLog.3') diff --git a/ChangeLog.3 b/ChangeLog.3 index a09dc29cbec..f2245a4ed53 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -185373,7 +185373,7 @@ * lisp/image.el (image-type-header-regexps): Allow two or more CRs or LFs in initial whitespace sequences. See: - http://netpbm.sourceforge.net/doc/pbm.html + https://netpbm.sourceforge.net/doc/pbm.html 2017-10-16 Paul Eggert @@ -197097,7 +197097,7 @@ Clang on macOS warns about these with -Wtautological-compare. POSIX guarantees that rlim_t is unsigned (cf. - http://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/resource.h.html), + https://pubs.opengroup.org/onlinepubs/009695399/basedefs/sys/resource.h.html), so these resource limits can never be negative. * src/emacs.c (main): Remove tautological comparisons. @@ -199197,7 +199197,7 @@ ' is commonly used as an apostrophe in the prose sections of spec files, which was erroneously highlighted as strings. See for example - http://kmymoney2.sourceforge.net/phb/rpm-example.html + https://kmymoney2.sourceforge.net/phb/rpm-example.html * lisp/progmodes/sh-script.el (sh-mode-syntax-table): Treat ' as punctuation in RPM spec files. -- cgit v1.2.1