projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb86120
)
Make nnrss suggest HTTPS instead of HTTP
author
Stefan Kangas
<stefankangas@gmail.com>
Sun, 29 Oct 2023 13:06:32 +0000
(14:06 +0100)
committer
Stefan Kangas
<stefankangas@gmail.com>
Sun, 29 Oct 2023 13:06:54 +0000
(14:06 +0100)
* lisp/gnus/nnrss.el (nnrss-check-group): Suggest HTTPS instead of
HTTP when prompting for URL.
lisp/gnus/nnrss.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnrss.el
b/lisp/gnus/nnrss.el
index c5f2cb672d71c8da6ee146fd38a73bedcbb2d92c..06a0bc7e7999baf0d2c92fabe975a875cb48cd6f 100644
(file)
--- 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))