emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/elisp-benchmarks 908c78fe2bb 42/54: ; Prefer HTTPS to HTTP in UR


From: Pip Cet
Subject: scratch/elisp-benchmarks 908c78fe2bb 42/54: ; Prefer HTTPS to HTTP in URLs
Date: Sat, 4 Jan 2025 12:26:37 -0500 (EST)

branch: scratch/elisp-benchmarks
commit 908c78fe2bb1de158e8add7963bc187fb0a22d64
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 benchmarks/benchmarks/elb-smie.el | 2 +-
 benchmarks/elisp-benchmarks.el    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmarks/benchmarks/elb-smie.el 
b/benchmarks/benchmarks/elb-smie.el
index 07e08525489..259c9ea0d38 100644
--- a/benchmarks/benchmarks/elb-smie.el
+++ b/benchmarks/benchmarks/elb-smie.el
@@ -16,7 +16,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 
diff --git a/benchmarks/elisp-benchmarks.el b/benchmarks/elisp-benchmarks.el
index 04505702fd5..df34b3a3dfa 100644
--- a/benchmarks/elisp-benchmarks.el
+++ b/benchmarks/elisp-benchmarks.el
@@ -20,7 +20,7 @@
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with this program.  If not, see <http://www.gnu.org/licenses/>.
+;; along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 ;;; Commentary:
 ;; In use for testing the Emacs Lisp implementation performance.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]