Variable: browse-url-gnudoit-args

browse-url-gnudoit-args is a customizable variable defined in browse-url.el.gz.

Value

("-q")

Documentation

A list of strings defining options for browse-url-gnudoit-program.

These might set the port, for instance.

Source Code

;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-gnudoit-args '("-q")
  "A list of strings defining options for `browse-url-gnudoit-program'.
These might set the port, for instance."
  :type '(repeat (string :tag "Argument")))