From 933d35ef101557a8ac691b2f12d85f2b1f86dad7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 1 Jun 2026 17:03:27 +0300 Subject: [PATCH] ; * lisp/net/browse-url.el (browse-url-firefox-program): Add :version. --- lisp/net/browse-url.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 63aad53abe4..e01c36f3243 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -317,7 +317,8 @@ Defaults to the value of `browse-url-mozilla-arguments' at the time "zen") "firefox") "The name by which to invoke Firefox or a variant of it." - :type 'string) + :type 'string + :version "31.1") (defcustom browse-url-firefox-arguments nil "A list of strings to pass to Firefox (or variant) as arguments."