summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-15 11:17:51 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-15 13:06:45 +0200
commit3187225416c66061b67e89092addc15cad2202b9 (patch)
treec751643b41773edaa5b117345ee4a1e68501303b /ChangeLog.3
parent34bb39964d605d60284c17441a2478e003029ce2 (diff)
downloademacs-3187225416c66061b67e89092addc15cad2202b9.tar.gz
; Prefer HTTPS to HTTP in many URLs
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.36
1 files changed, 3 insertions, 3 deletions
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 <eggert@cs.ucla.edu>
@@ -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.