Variable: browse-url-mozilla-new-window-is-tab

browse-url-mozilla-new-window-is-tab is a customizable variable defined in browse-url.el.gz.

This variable is obsolete since 29.1.

Value

nil

Documentation

Whether to open up new Mozilla windows in a tab or a new window.

If non-nil, then open the URL in a new tab rather than a new window if browse-url-mozilla is asked to open it in a new window via the NEW-WINDOW argument.

Source Code

;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-mozilla-new-window-is-tab nil
  "Whether to open up new Mozilla windows in a tab or a new window.
If non-nil, then open the URL in a new tab rather than a new window if
`browse-url-mozilla' is asked to open it in a new window via the
NEW-WINDOW argument."
  :type 'boolean)