; * lisp/net/browse-url.el (browse-url-firefox-program): Add :version.

This commit is contained in:
Eli Zaretskii 2026-06-01 17:03:27 +03:00
parent f357a549ac
commit 933d35ef10

View file

@ -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."