From: Stefan Kangas Date: Sun, 7 Jul 2024 14:18:07 +0000 (+0200) Subject: Mark `browse-url-default-scheme` as :risky X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f444614c692c062b2369370d4d7864e82dd8621;p=emacs.git Mark `browse-url-default-scheme` as :risky * lisp/net/browse-url.el (browse-url-default-scheme): Mark as risky file local variable. (cherry picked from commit 4871ccd41670debd47238ec0d3bbdef064e517e6) --- diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index f22aa19f5e3..d3473e8877d 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -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 ()