summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
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 /lisp/emacs-lisp
parentdbd3c030bb90a38d4d5aed5e13f8d698f7960321 (diff)
downloademacs-0910230be6ee858d8d8849a1fc9559bfd163dc38.tar.gz
emacs-0910230be6ee858d8d8849a1fc9559bfd163dc38.tar.bz2
emacs-0910230be6ee858d8d8849a1fc9559bfd163dc38.zip
; Prefer HTTPS to HTTP in more links
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/oclosure.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/oclosure.el b/lisp/emacs-lisp/oclosure.el
index 40f1f54eed0..466822e0e06 100644
--- a/lisp/emacs-lisp/oclosure.el
+++ b/lisp/emacs-lisp/oclosure.el
@@ -50,7 +50,7 @@
;; - coercion wrappers, as in "Threesomes, with and without blame"
;; https://dl.acm.org/doi/10.1145/1706299.1706342, or
;; "On the Runtime Complexity of Type-Directed Unboxing"
-;; http://sv.c.titech.ac.jp/minamide/papers.html
+;; https://sv.c.titech.ac.jp/minamide/papers.html
;; - An efficient `negate' operation such that
;; (negate (negate f)) returns just `f' and (negate #'<) returns #'>=.
;; - Autoloads (tho currently our bytecode functions (and hence OClosures)