Variable: browse-url-firefox-startup-arguments
browse-url-firefox-startup-arguments is a customizable variable
defined in browse-url.el.gz.
This variable is obsolete since 24.5; it no longer has any effect.
Value
nil
Documentation
A list of strings to pass to Firefox (or variant) when it starts up.
Defaults to the value of browse-url-firefox-arguments at the time
browse-url is loaded.
Probably introduced at or before Emacs version 24.5.
Source Code
;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-firefox-startup-arguments browse-url-firefox-arguments
"A list of strings to pass to Firefox (or variant) when it starts up.
Defaults to the value of `browse-url-firefox-arguments' at the time
`browse-url' is loaded."
:type '(repeat (string :tag "Argument")))