From: Stefan Kangas Date: Sun, 29 Oct 2023 13:06:32 +0000 (+0100) Subject: Make nnrss suggest HTTPS instead of HTTP X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bc092270027660a4edbbb8c5a4e5a37f114076c;p=emacs.git Make nnrss suggest HTTPS instead of HTTP * lisp/gnus/nnrss.el (nnrss-check-group): Suggest HTTPS instead of HTTP when prompting for URL. --- diff --git a/lisp/gnus/nnrss.el b/lisp/gnus/nnrss.el index c5f2cb672d7..06a0bc7e799 100644 --- a/lisp/gnus/nnrss.el +++ b/lisp/gnus/nnrss.el @@ -629,7 +629,7 @@ which RSS 2.0 allows." (assoc 'href (nnrss-discover-feed (read-string - (format "URL to search for %s: " group) "http://"))))) + (format "URL to search for %s: " group) "https://"))))) (let ((pair (assoc-string group nnrss-server-data))) (if pair (setcdr (cdr pair) (list url))