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:
parent
44a3b21d7b
commit
4871ccd416
1 changed files with 1 additions and 0 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Reference in a new issue