summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-03-24 09:28:32 +0100
committerStefan Kangas <stefan@marxist.se>2021-03-24 10:20:18 +0100
commit8b07994e201e478df8a3431cbae5187b4cde1791 (patch)
treeb31466c7674c28a3a116884441922cd04568fe48 /ChangeLog.3
parenta4ececf004e5442fc245ccff910000fe407f7212 (diff)
downloademacs-8b07994e201e478df8a3431cbae5187b4cde1791.tar.gz
Convert many more links to use HTTPS
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.34
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index ed7704e47ff..83e5001e522 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -76935,7 +76935,7 @@
* lisp/emacs-lisp/lisp-mode.el (lisp-cl-font-lock-keywords-2):
Highlight the Common Lisp conventional names as described in
- http://www.cliki.net/Naming+conventions.
+ https://www.cliki.net/Naming+conventions.
(lisp-el-font-lock-keywords-2): Remove the already commented out
code for `do-' and `with-' because Emacs Lisp does not have a similar
convention.
@@ -122126,7 +122126,7 @@
I roughly followed the Bordeaux threads API:
- http://trac.common-lisp.net/bordeaux-threads/wiki/ApiDocumentation
+ https://sionescu.github.io/bordeaux-threads/
... but not identically. In particular I chose not to implement
interrupt-thread or destroy-thread, but instead a thread-signaling