Convert many more links to use HTTPS

This commit is contained in:
Stefan Kangas 2021-03-24 09:28:32 +01:00
parent a4ececf004
commit 8b07994e20
70 changed files with 150 additions and 161 deletions

View file

@ -527,7 +527,7 @@ This will generate compile-time constants from BINDINGS."
;; This is too general -- rms.
;; A user complained that he has functions whose names start with `do'
;; and that they get the wrong color.
;; That user has violated the http://www.cliki.net/Naming+conventions:
;; That user has violated the https://www.cliki.net/Naming+conventions:
;; CL (but not EL!) `with-' (context) and `do-' (iteration)
(,(concat "(\\(\\(do-\\|with-\\)" lisp-mode-symbol-regexp "\\)")
(1 font-lock-keyword-face))