mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 20:41:23 +00:00
; * lisp/net/browse-url.el (browse-url-firefox-program): Add :version.
This commit is contained in:
parent
f357a549ac
commit
933d35ef10
1 changed files with 2 additions and 1 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue