diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-12-10 06:30:33 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-12-10 06:30:33 +0100 |
commit | d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb (patch) | |
tree | 0339b89fd03e38c327c77c40f25864a2b9666078 /lisp/net/tramp-archive.el | |
parent | 59db96d83ae837b3a3d82a979cd97a271bcd86bf (diff) | |
parent | 7a25ba0fdebf5e94fa5a3a3d992424f86b1547cc (diff) | |
download | emacs-d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb.tar.gz emacs-d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb.tar.bz2 emacs-d601fd4692e0be3c9ee9b247c8a7bc5b2499f0eb.zip |
Merge from origin/emacs-28
7a25ba0fde ; * lisp/image-dired.el: Fix typo.
dda6337066 emacsclient takes more care about XDG_RUNTIME_DIR
26fb4168b8 ; Prefer HTTPS in more URLs
6b89578524 ; * lisp/progmodes/flymake.el: Update the minimum Emacs ve...
Diffstat (limited to 'lisp/net/tramp-archive.el')
-rw-r--r-- | lisp/net/tramp-archive.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-archive.el b/lisp/net/tramp-archive.el index b0f447a3aee..b44a4e86aad 100644 --- a/lisp/net/tramp-archive.el +++ b/lisp/net/tramp-archive.el @@ -104,7 +104,7 @@ ;; It is even possible to access file archives in file archives, as ;; (find-file -;; "http://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control") +;; "https://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control") ;;; Code: |