Variable: browse-url-mozilla-startup-arguments

browse-url-mozilla-startup-arguments is a customizable variable defined in browse-url.el.gz.

Value

nil

Documentation

A list of strings to pass to Mozilla when it starts up.

Defaults to the value of browse-url-mozilla-arguments at the time browse-url is loaded.

Source Code

;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-mozilla-startup-arguments browse-url-mozilla-arguments
  "A list of strings to pass to Mozilla when it starts up.
Defaults to the value of `browse-url-mozilla-arguments' at the time
`browse-url' is loaded."
  :type '(repeat (string :tag "Argument")))