]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark `browse-url-default-scheme` as :risky
authorStefan Kangas <stefankangas@gmail.com>
Sun, 7 Jul 2024 14:18:07 +0000 (16:18 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 8 Jul 2024 20:57:47 +0000 (22:57 +0200)
* lisp/net/browse-url.el (browse-url-default-scheme): Mark as
risky file local variable.

(cherry picked from commit 4871ccd41670debd47238ec0d3bbdef064e517e6)

lisp/net/browse-url.el

index f22aa19f5e379d51434b3af82e6dc16ea443c199..d3473e8877da50408fee1000c452befc46a7d28f 100644 (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 ()