summaryrefslogtreecommitdiff
path: root/ChangeLog.4
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2023-08-02 23:26:52 +0200
committerStefan Kangas <stefankangas@gmail.com>2023-08-02 23:32:28 +0200
commit0910230be6ee858d8d8849a1fc9559bfd163dc38 (patch)
tree488cd08e66816afc74341e00b3516eaf3a8b0367 /ChangeLog.4
parentdbd3c030bb90a38d4d5aed5e13f8d698f7960321 (diff)
downloademacs-0910230be6ee858d8d8849a1fc9559bfd163dc38.tar.gz
; Prefer HTTPS to HTTP in more links
Diffstat (limited to 'ChangeLog.4')
-rw-r--r--ChangeLog.44
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog.4 b/ChangeLog.4
index 9d64446d68e..372b03b32b2 100644
--- a/ChangeLog.4
+++ b/ChangeLog.4
@@ -116226,7 +116226,7 @@
Do not quote lambda expressions
- http://emacs.stackexchange.com/a/3596
+ https://emacs.stackexchange.com/a/3596
Quoting lambda expressions is at best redundant and at worst
detrimental; this commit removes all use of the sharp-quote to reduce
@@ -116960,7 +116960,7 @@
This change follows the regexp for require on emacs truck. See line
2327 on font-lock.el in the following patch.
- http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/111821
+ https://bzr.savannah.gnu.org/lh/emacs/trunk/revision/111821
2013-09-04 John Wiegley <johnw@newartisans.com>