Variable: browse-url-galeon-startup-arguments
browse-url-galeon-startup-arguments is a customizable variable defined
in browse-url.el.gz.
This variable is obsolete since 25.1.
Value
nil
Documentation
A list of strings to pass to Galeon when it starts up.
Defaults to the value of browse-url-galeon-arguments at the time
browse-url is loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-galeon-startup-arguments browse-url-galeon-arguments
"A list of strings to pass to Galeon when it starts up.
Defaults to the value of `browse-url-galeon-arguments' at the time
`browse-url' is loaded."
:type '(repeat (string :tag "Argument")))