From b7c26e90369a6b19676a2d7957c47073a2b7db46 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 24 Mar 2021 09:28:32 +0100 Subject: [PATCH 1/2] Backport commit 8b07994e2 from Emacs Convert many more links to use HTTPS 8b07994e201e478df8a3431cbae5187b4cde1791 Stefan Kangas Wed Mar 24 10:20:18 2021 +0100 --- lisp/ob-clojure.el | 2 +- lisp/ob-ocaml.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index df2d691f6..9834509fb 100644 --- a/lisp/ob-clojure.el +++ b/lisp/ob-clojure.el @@ -38,7 +38,7 @@ ;; For SLIME, the best way to install these components is by following ;; the directions as set out by Phil Hagelberg (Technomancy) on the -;; web page: http://technomancy.us/126 +;; web page: https://technomancy.us/126 ;;; Code: (require 'ob) diff --git a/lisp/ob-ocaml.el b/lisp/ob-ocaml.el index 0aa91afdb..5fd6d1e09 100644 --- a/lisp/ob-ocaml.el +++ b/lisp/ob-ocaml.el @@ -32,7 +32,7 @@ ;;; Requirements: -;; - tuareg-mode :: http://www-rocq.inria.fr/~acohen/tuareg/ +;; - tuareg-mode :: https://www-rocq.inria.fr/~acohen/tuareg/ ;;; Code: (require 'ob) From f10773675d2f60bd4233c11c175a6096ed1d6341 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Fri, 26 Mar 2021 17:13:59 +0000 Subject: [PATCH 2/2] Backport commit 331ddd803 from Emacs * lisp/org-macs.el (org--string-from-props): Pacify warnings about unknown functions in non-GUI bilds. Address some --without-x byte-compilation warnings 331ddd803a72056d0f0c70e5a677e0d4a6300584 Basil L. Contovounesios Fri Mar 26 17:35:34 2021 +0000 --- lisp/org-macs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org-macs.el b/lisp/org-macs.el index 8fa523e51..b739faae9 100644 --- a/lisp/org-macs.el +++ b/lisp/org-macs.el @@ -869,7 +869,8 @@ delimiting S." (let ((width (plist-get props :width))) (and (wholenump width) width))) (`(image . ,_) - (ceiling (car (image-size spec)))) + (and (fboundp 'image-size) + (ceiling (car (image-size spec))))) ((pred stringp) ;; Displayed string could contain invisible parts, ;; but no nested display.