aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/newst-backend.el2
-rw-r--r--lisp/net/newst-reader.el2
-rw-r--r--lisp/net/newst-ticker.el2
-rw-r--r--lisp/net/newsticker.el2
-rw-r--r--lisp/net/quickurl.el2
-rw-r--r--lisp/net/tramp-archive.el2
6 files changed, 6 insertions, 6 deletions
diff --git a/lisp/net/newst-backend.el b/lisp/net/newst-backend.el
index 77e148047ae..d51f8c0189f 100644
--- a/lisp/net/newst-backend.el
+++ b/lisp/net/newst-backend.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Ulf Jasper <ulf.jasper@web.de> 5;; Author: Ulf Jasper <ulf.jasper@web.de>
6;; Filename: newst-backend.el 6;; Filename: newst-backend.el
7;; URL: http://www.nongnu.org/newsticker 7;; URL: https://www.nongnu.org/newsticker
8;; Keywords: News, RSS, Atom 8;; Keywords: News, RSS, Atom
9;; Package: newsticker 9;; Package: newsticker
10 10
diff --git a/lisp/net/newst-reader.el b/lisp/net/newst-reader.el
index 40e304402ad..b228ea9a60f 100644
--- a/lisp/net/newst-reader.el
+++ b/lisp/net/newst-reader.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Ulf Jasper <ulf.jasper@web.de> 5;; Author: Ulf Jasper <ulf.jasper@web.de>
6;; Filename: newst-reader.el 6;; Filename: newst-reader.el
7;; URL: http://www.nongnu.org/newsticker 7;; URL: https://www.nongnu.org/newsticker
8;; Package: newsticker 8;; Package: newsticker
9 9
10;; ====================================================================== 10;; ======================================================================
diff --git a/lisp/net/newst-ticker.el b/lisp/net/newst-ticker.el
index 8cfafb5bfe4..068b862b694 100644
--- a/lisp/net/newst-ticker.el
+++ b/lisp/net/newst-ticker.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Ulf Jasper <ulf.jasper@web.de> 5;; Author: Ulf Jasper <ulf.jasper@web.de>
6;; Filename: newst-ticker.el 6;; Filename: newst-ticker.el
7;; URL: http://www.nongnu.org/newsticker 7;; URL: https://www.nongnu.org/newsticker
8;; Keywords: News, RSS, Atom 8;; Keywords: News, RSS, Atom
9;; Package: newsticker 9;; Package: newsticker
10 10
diff --git a/lisp/net/newsticker.el b/lisp/net/newsticker.el
index c1714218be9..52576c936a3 100644
--- a/lisp/net/newsticker.el
+++ b/lisp/net/newsticker.el
@@ -4,7 +4,7 @@
4 4
5;; Author: Ulf Jasper <ulf.jasper@web.de> 5;; Author: Ulf Jasper <ulf.jasper@web.de>
6;; Filename: newsticker.el 6;; Filename: newsticker.el
7;; URL: http://www.nongnu.org/newsticker 7;; URL: https://www.nongnu.org/newsticker
8;; Created: 17. June 2003 8;; Created: 17. June 2003
9;; Keywords: News, RSS, Atom 9;; Keywords: News, RSS, Atom
10 10
diff --git a/lisp/net/quickurl.el b/lisp/net/quickurl.el
index 7f147fa0ded..ed7d7e53a96 100644
--- a/lisp/net/quickurl.el
+++ b/lisp/net/quickurl.el
@@ -55,7 +55,7 @@
55;; 55;;
56;; (("GNU" . "https://www.gnu.org/") 56;; (("GNU" . "https://www.gnu.org/")
57;; ("FSF" "https://www.fsf.org/" "The Free Software Foundation") 57;; ("FSF" "https://www.fsf.org/" "The Free Software Foundation")
58;; ("emacs" . "http://www.emacs.org/") 58;; ("emacs" . "https://www.emacs.org/")
59;; ("davep" "http://www.davep.org/" "Dave's homepage")) 59;; ("davep" "http://www.davep.org/" "Dave's homepage"))
60;; 60;;
61;; In case you're wondering about the mixture of cons cells and lists, 61;; In case you're wondering about the mixture of cons cells and lists,
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 @@
104;; It is even possible to access file archives in file archives, as 104;; It is even possible to access file archives in file archives, as
105 105
106;; (find-file 106;; (find-file
107;; "http://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control") 107;; "https://ftp.debian.org/debian/pool/main/c/coreutils/coreutils_8.28-1_amd64.deb/control.tar.gz/control")
108 108
109;;; Code: 109;;; Code:
110 110