Mark browse-url-default-scheme as :risky

* lisp/net/browse-url.el (browse-url-default-scheme): Mark as
risky file local variable.
This commit is contained in:
Stefan Kangas 2024-07-07 16:18:07 +02:00
parent 44a3b21d7b
commit 4871ccd416

View file

@ -683,6 +683,7 @@ websites are increasingly rare, but they do still exist."
:type '(choice (const :tag "HTTP" "http")
(const :tag "HTTPS" "https")
(string :tag "Something else" "https"))
:risky t
:version "29.1")
(defun browse-url-url-at-point ()